Create Track
Create a track from audio_file_id plus title, artists, language, genre, rights, identifiers, lyrics, and availability metadata. The response returns the stable track_id for release assignment.
Authorization
BearerAuth In: header
Header Parameters
Required user_id for catalog ownership and quota context. The client must also have users:act-as.
uuidRequest Body
application/json
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?
List Tracks
List Tracks. Use it to upload audio, maintain track metadata, manage contributor and rights information, attach documents, and assign tracks to visible releases. It returns public references and organization-visible fields only, so clients can safely use returned values in follow-up API calls.
Update Track
Update track metadata, audio reference, rights, identifiers, lyrics, and platform links by track_id. Only tracks visible to the organization can be changed.