curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "eleven_text_to_sound_v2",
"prompt": "Cinematic sound effect of a huge explosion",
"duration": 5.5,
"loop": false
}'{
"code": "success",
"message": "",
"data": {
"request_id": "string",
"task_id": "string",
"action": "SOUND_EFFECT",
"status": "SUBMITTING",
"fail_reason": "string",
"submit_time": 0,
"start_time": 0,
"finish_time": 0,
"progress": "85%",
"data": {
"text_urls": [
"http://example.com"
],
"progress": 0
}
}
}