Upload Track Audio Chunk
Upload one chunk of a larger audio file using a stable upload_session_id, chunk_index, and total_chunks. After all chunks are accepted, use the returned audio_file_id in track metadata calls.
Authorization
BearerAuth In: header
Header Parameters
Public user_id in the API client organization. Requires users:act-as and supplies catalog ownership and quota context.
uuidRequest Body
multipart/form-data
Multipart request payload.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Was this page helpful?
Upload Track Audio
Upload Track Audio. Upload a complete audio file and receive an audio_file_id. Use that reference when creating or replacing a track, and reserve track_id for the stable track created later.
Get Track Upload Status
Get Track Upload Status. Recover the current state of a chunked audio upload after a retry, timeout, or lost final response. The result is scoped to the authenticated user and organization.