curl --location --request POST 'https://router.shengsuanyun.com/api/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "https://example-bucket.oss-cn-beijing.aliyuncs.com/audio/input-01.mp3",
"model": "whisper-1",
"response_format": "json",
"language": "en"
}'
{
"code": "success",
"message": "",
"data": {
"request_id": "20250925172708855186000X7N0JqUG",
"task_id": "f200345e-5dc0-45ef-aa1a-40ed2bf70d3f",
"action": "AUDIO_TRANSCRIPTION",
"status": "PENDING",
"fail_reason": "",
"submit_time": 1758792429,
"start_time": 0,
"finish_time": 0,
"progress": "0%",
"data": {
"text_urls": [],
"progress": 0
}
}
}