Based on the previously generated song, continue writing a new song. You can set the continuation duration, with each continuation fixed at 2 minutes.Precautions
The generated files will be retained for 14 days
The model version must match the source music model version
This feature is ideal for creating longer works by extending existing music
Price: 0.1 PTC / call
Request
Header Params
Body Params application/json
Example
{"prompt":"[Verse]\nSun high in the sky\nFarmer's sweat drops down\nWorking in the fields\nHard work all around\n\n[Verse 2]\nFood on your plate you see\nEvery grain took care\nThe effort and the pain\nA story it holds there\n\n[Chorus]\nUnderneath the sun\nLabor never done\nEvery single bite\nTakes morning till the night\n\n[Verse 3]\nDay in and day out\nFields wear farmer's toil\nUnderneath the ground\nDreams of fertile soil\n\n[Bridge]\nSo we must understand\nThe work behind each meal\nIn every slice of bread\nA farmer's heart is real\n\n[Chorus]\nUnderneath the sun\nLabor never done\nEvery single bite\nTakes morning till the night","tags":"rap","mv":"chirp-v3-5","title":"Never leave, never forsake","task_id":"469a479492f64ff4bb8d2ac3a85396f8","continue_clip_id":"971c0fb8-5ad9-4fbc-9505-842edf39dba6","continue_at":80}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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'{
"prompt": "[Verse]\nSun high in the sky\nFarmer'\''s sweat drops down\nWorking in the fields\nHard work all around\n\n[Verse2]\nFood on your plate you see\nEvery grain took care\nThe effort and the pain\nA story it holds there\n\n[Chorus]\nUnderneath the sun\nLabor never done\nEvery single bite\nTakes morning till the night\n\n[Verse3]\nDay in and day out\nFields wear farmer'\''s toil\nUnderneath the ground\nDreams of fertile soil\n\n[Bridge]\nSo we must understand\nThe work behind each meal\nIn every slice of bread\nA farmer'\''s heart is real\n\n[Chorus]\nUnderneath the sun\nLabor never done\nEvery single bite\nTakes morning till the night",
"tags": "rap",
"mv": "chirp-v3-5",
"title": "Never leave, never forsake",
"task_id": "469a479492f64ff4bb8d2ac3a85396f8",
"continue_clip_id": "971c0fb8-5ad9-4fbc-9505-842edf39dba6",
"continue_at": 80
}'