SpaceMediaSpaceMedia
Endpoint referenceTracks

Upload Track Audio Chunk

POST
/api/v1/tracks/upload/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
AuthorizationBearer <token>

In: header

Header Parameters

X-User-Id*string

Public user_id in the API client organization. Requires users:act-as and supplies catalog ownership and quota context.

Formatuuid

Request 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?