Upload Music
Upload a music file to be later used for inpainting. Only available to enterprise clients with access to the inpainting API.
Headers
xi-api-key
Request
This endpoint expects a multipart form containing a file.
file
The audio file to upload.
extract_composition_plan
Whether to generate and return the composition plan for the uploaded song. If True, the response will include the composition_plan but will increase the latency.
Response
Successfully uploaded music file with optional composition plan
song_id
Unique identifier for the uploaded song
composition_plan
The composition plan extracted from the uploaded song. Only present if extract_composition_plan was True in the request body