Add Instrumental (Add Instrumental to A Cappella)
Run in Apifox
Add Instrumental feature released by suno in August 2025 Upload an a cappella song without accompaniment and let suno add instrumental music for you Please perform this operation as soon as possible after uploading the audio, otherwise an error may occur 3.
Use the clip_id, tags, and duration obtained from the query to request this API and get the task id
Request Body Params application/json
{
"mv" : "chirp-bluejay" ,
"tags" : "Pop rap, uplifting, magnetic male vocals, piano, synth, electric guitar, driving bass, clear structure" ,
"title" : "Hi Insterumental" ,
"underpainting_clip_id" : "a844e02e-6929-942d-4325-07703c8fc4d6" ,
"underpainting_start_s" : 0 ,
"underpainting_end_s" : 116 ,
"task" : "underpainting" ,
"prompt" : "" ,
"override_fields" : [
"prompt" ,
"tags"
]
} Request Code Samples
curl --location --request POST 'https://api.302.ai/suno/submit/music' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"mv": "chirp-bluejay",
"tags": "Pop rap, uplifting, magnetic male vocals, piano, synth, electric guitar, driving bass, clear structure",
"title": "Hi Insterumental",
"underpainting_clip_id": "a844e02e-6929-942d-4325-07703c8fc4d6",
"underpainting_start_s": 0,
"underpainting_end_s": 116,
"task": "underpainting",
"prompt": "",
"override_fields": [
"prompt",
"tags"
]
}' Responses application/json Generate Code
{
"code" : "success" ,
"message" : "" ,
"data" : "69c61512-278e-4ff4-b6ea-f3b278329b04"
} Modified at 2025-11-03 03:08:48