v2
latestOpenAPI 3.1.02026-08-06276982.8 KBbatches
Start multipart upload session
Start a multipart upload session. Use this endpoint when you need to upload a file larger than 10 MB to a batch.
The multipart upload process consists of three steps:
- Create a multipart upload session (this endpoint)
- Upload file parts to the session
- Commit the session to finalize the upload
post/v2/batches/multipart-upload
Headers
Authorizationstring required
Bearer HTTP authentication.
IB-Contextstring
Typically your organization ID. See Authorization and context identification for details.
Request body
Response
The multipart upload session was initiated.