v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
music-generation

Upload Music

Upload a music file to be later used for inpainting. Price for uploading is the same as the one for song generation. All uploaded content gets inspected for copyright infringement. If copyrighted content is detected, half of the request cost is still charged.

post/v1/music/upload

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successfully uploaded music file with optional composition plan

song_idstring required

Unique identifier for the uploaded song

Example response

{
  "song_id": "jR4Xz8kL2mNpQ9wVtY1b"
}