{
"songs": [
{
"item_id": "70",
"status": "succeeded",
"audio_hi_status": "occaecat cupidatat in anim velit",
"lyrics_sections_status": "sub_succeeded",
"event": "wav_complete",
"model": "xx",
"title": "拔胡说握大哎哟勇敢抚",
"style": "laboris nisi magna in anim",
"prompt": "officia tempor voluptate veniam sit",
"duration": 20,
"created_at": 1741366502768,
"finished_at": 9,
"audio_url": "https://****",
"audio_hi_url": "https://****",
"lyrics_sections": [
{
"start": 1,
"end": 77,
"text": "AAA"
},
{
"start": 59,
"end": 55,
"text": "BBB"
},
{
"start": 54,
"end": 37,
"text": "CCC"
}
],
"lyrics": "AAABBBCCC"
}
]
}curl --location --request POST 'https://你的域名/song/callback' \
--header 'Content-Type: application/json' \
--data-raw '{
"songs": [
{
"item_id": "70",
"status": "succeeded",
"audio_hi_status": "occaecat cupidatat in anim velit",
"lyrics_sections_status": "sub_succeeded",
"event": "wav_complete",
"model": "xx",
"title": "拔胡说握大哎哟勇敢抚",
"style": "laboris nisi magna in anim",
"prompt": "officia tempor voluptate veniam sit",
"duration": 20,
"created_at": 1741366502768,
"finished_at": 9,
"audio_url": "https://****",
"audio_hi_url": "https://****",
"lyrics_sections": [
{
"start": 1,
"end": 77,
"text": "AAA"
},
{
"start": 59,
"end": 55,
"text": "BBB"
},
{
"start": 54,
"end": 37,
"text": "CCC"
}
],
"lyrics": "AAABBBCCC"
}
]
}'success