cURL
curl --request PUT \ --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/filesystem-multipart/{uploadId}/part \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "etag": "5d41402abc4b2a76b9719d911017c592", "partNumber": 1, "size": 5242880 }
Upload a single part of a multipart upload
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Upload ID
Part number (1-10000)
Part data
Part uploaded
"5d41402abc4b2a76b9719d911017c592"
1
5242880
Was this page helpful?