Authorization: Bearer ********************
{
"model": "suno-v3.5",
"messages": [
{
"title": "The Unyielding Song of the Soul",
"tags": ["Heartwarming", "Soulful", "Inspirational", "Indomitable"],
"prompt": "This is a heartwarming and soul-stirring song that tells the story of a person who maintains a positive and optimistic attitude in the face of life's challenges and never gives up. The lyrics should reflect hope for the future and a love for life, with a melody that warms the heart and inspires listeners."
}
]
}
curl --location --request POST 'http://dev-cn.your-api-server.com/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "suno-v3.5",
"messages": [
{
"title": "The Unyielding Song of the Soul",
"tags": ["Heartwarming", "Soulful", "Inspirational", "Indomitable"],
"prompt": "This is a heartwarming and soul-stirring song that tells the story of a person who maintains a positive and optimistic attitude in the face of life'\''s challenges and never gives up. The lyrics should reflect hope for the future and a love for life, with a melody that warms the heart and inspires listeners."
}
]
}'
{
"code": 0,
"msg": "success",
"data": [
{
"user_id": "sr4UcYbwlfOmIeYprAqd6L6LJCy2",
"song_id": "1322a5ad-c23e-47fc-9550-fb540a43c3a3",
"status": "submitted",
"title": "The Unyielding Song of the Soul",
"image_large_url": null,
"image_url": null,
"model_name": "chirp-v3",
"video_url": "",
"audio_url": "",
"meta_tags": "Heartwarming, Soulful, Inspirational, Indomitable",
"meta_prompt": "This is a heartwarming and soul-stirring song that tells the story of a person who maintains a positive and optimistic attitude in the face of life's challenges and never gives up. The lyrics should reflect hope for the future and a love for life, with a melody that warms the heart and inspires listeners.",
"meta_duration": null,
"meta_error_msg": null,
"meta_error_type": null
},
{
"user_id": "sr4UcYbwlfOmIeYprAqd6L6LJCy2",
"song_id": "e9658339-c18b-41c9-a80a-491915f7ad9f",
"status": "submitted",
"title": "The Unyielding Song of the Soul",
"image_large_url": null,
"image_url": null,
"model_name": "chirp-v3",
"video_url": "",
"audio_url": "",
"meta_tags": "Heartwarming, Soulful, Inspirational, Indomitable",
"meta_prompt": "This is a heartwarming and soul-stirring song that tells the story of a person who maintains a positive and optimistic attitude in the face of life's challenges and never gives up. The lyrics should reflect hope for the future and a love for life, with a melody that warms the heart and inspires listeners.",
"meta_duration": null,
"meta_error_msg": null,
"meta_error_type": null
}
]
}