curl --location --request POST 'https://router.shengsuanyun.com/api/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "ali/paraformer-v2",
"files": [
"https://dashscope.oss-cn-beijing.aliyuncs.com/samples/audio/paraformer/hello_world_female2.wav",
"https://dashscope.oss-cn-beijing.aliyuncs.com/samples/audio/paraformer/hello_world_male2.wav"
],
"vocabulary_id": "",
"channel_id": [
0
],
"language_hints": [
"zh",
"en"
],
"disfluency_removal_enabled": false,
"timestamp_alignment_enabled": false
}'
{
"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
}
}
}