{
"async_mode": false,
"audio_url": "string",
"property1": "string",
"property2": "string"
}curl --location 'https://aigc.ff-api.cn/suno/upload' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data '{
"async_mode": false,
"audio_url": "string",
"property1": "string",
"property2": "string"
}'{
"success": true,
"task_id": "string",
"data": [
{
"id": "string",
"title": "string",
"image_url": "string",
"lyric": "string",
"audio_url": "string",
"video_url": "string",
"created_at": "string",
"model": "string",
"state": "string",
"prompt": "string",
"style": "string",
"duration": 0
}
]
}