Overview
Upload one part at a time, as raw binary, to the URL inparts[i] from Multipart start. Do not send your Autorender API key — these requests go straight to storage, not to Autorender. After every part succeeds, call Multipart complete.
Replace the --url value with each full presigned URL from the parts array, including any query parameters. The path shown here is for documentation tooling only; production requests go to storage, not upload.autorender.io.
Request
URL
Each element ofparts in the start response (full URL, including query parameters if present).
Headers
Body
Binary chunk:part_size bytes for each part except the last (may be shorter). Total bytes must equal the size you sent at start.
Split file and upload every part
If the start response is saved asstart-response.json: