Create a part
POST/parts
Creates a part from a STEP geometry file. The file is gzip-compressed and base64-encoded inside the JSON body. Engine processing runs asynchronously; poll GET /parts/{id} until status transitions from processing to ready.
Request
Responses
- 202
- 400
- 401
- 403
- 409
- 429
- 500
- 503
Part accepted for processing. Poll GET /parts/{id} until status is ready.
Response Headers
Location
URL for polling the new part
Invalid request
Missing or invalid bearer token
API key lacks the required scope for this action
Idempotency-Key collision (same key, different body)
Rate limit exceeded
Unexpected server error
Unexpected server error