curl --location --request POST 'https://api.mindcraft.com.cn/v1/audio/transcriptions' \
--header 'Authorization: Bearer ' \
--form 'file=@""' \
--form 'model="TX_ASR_sentence_16k_zh"' \
--form 'format="pcm"'
{
"id": "bff29ff6aec346b3bae50fc40a14da1d",
"category": "TX_ASR_sentence",
"model": "TX_ASR_sentence_8k_zh",
"usage": {
"cost_points": 2.4,
"cost_remake": "asr 调用一次"
},
"data": {
"category": "TX_ASR_sentence",
"model": "TX_ASR_sentence_8k_zh",
"text": "介绍一下西游记。",
"audio_duration": 2707,
"word_size": 0,
"word_list": []
}
}