Multipart Init
media-admin
Multipart Init
Initiate a multipart upload. Returns upload_id and s3_key in data.meta.
The client uses upload_id + s3_key to request presigned URLs for each part, then calls /complete when all parts are uploaded. Does NOT call /finalize — multipart complete signals the object is assembled; /finalize HEAD-checks it.
POST
Multipart Init
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Request body for POST /api/teams/{team_id}/files.
Response
Successful Response