Skip to main content

Complete a part upload

POST 

/parts/:id/complete

Confirms the part file was uploaded to the presigned URL from POST /parts and starts Engine feature detection. Returns 409 if the file has not been uploaded yet. Idempotent; completing an already-processing part is a no-op. Poll GET /parts/{id} until status is ready.

Request

Responses

Upload confirmed; processing started. Poll GET /parts/{id} until status is ready.