Uploads

Complete an upload

After a successful PUT, POST the returned completion_url before expires_at. The token authorizes only this Upload; no API key, cookies, or request body is required. Verifies the stored object and commits one Source relationship. Valid retries return 204 without duplicate side effects. Retry network errors, 429, and 5xx responses with bounded backoff; never repeat the PUT just to retry completion.

POST
/api/uploads/completion/{token}

Path Parameters

token
string
required

Opaque completion capability from completion_url

Responses

Upload completed or already completed. The response body is empty.