v2
latestOpenAPI 3.1.02026-08-013435189.7 KBuploads
Create an upload
Creates an upload record for a direct single-PUT transfer. Next, request a presigned URL with POST /uploads/{id}/upload-url, PUT the bytes to it, then mark the upload complete with POST /uploads/{id}/complete.
post/uploads
Headers
Idempotency-Keystring
Optional client-generated key. A repeated request with the same key replays the original response (within 24h) instead of re-executing — safe retries.
Request body
Response
Created.