Skip to main content

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

Part accepted for processing. Poll GET /parts/{id} until status is ready.

Response Headers
    Location

    URL for polling the new part