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.
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?
Remove Track from Release
Remove Track from Release. Detach a track from a release by track_id and release_id when the release state allows catalog edits. The track remains available for other permitted workflows.
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.