Authorization: Bearer ********************{
"ids": [
"string"
]
}curl --location --request POST 'https://api.llmhub.com.cn/suno/fetch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'[
{
"code": 0,
"message": "string",
"data": {
"task_id": "string",
"status": "pending",
"progress": 0,
"clips": [
{
"id": "string",
"title": "string",
"audio_url": "string",
"image_url": "string",
"video_url": "string",
"duration": 0,
"lyrics": "string",
"style": "string"
}
],
"fail_reason": "string"
}
}
]