{
"model": "qwen-audio-3.0-asr-flash-filetrans",
"file": "https://example.com/audio.mp3",
"language": "zh"
}curl --location 'https://n.lconai.com/v1/audio/transcriptions' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-audio-3.0-asr-flash-filetrans",
"file": "https://example.com/audio.mp3",
"language": "zh"
}'{}