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.
Authorization
BearerAuth In: header
Path Parameters
The upload_session_id originally sent with the chunked upload.
^[A-Za-z0-9_-]{1,80}$Header Parameters
Public user_id in the API client organization. Requires users:act-as and supplies catalog ownership and quota context.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
Was this page helpful?
Upload Track Audio Chunk
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.
Download Track Document
Download Track Document. Generate a temporary download URL for the supporting document attached to a visible track. The track must belong to the organization and the caller must be allowed to view it.