curl --request POST \
--url https://api.jiekou.ai/v3/glm-asr \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"file": "<string>",
"prompt": "<string>",
"hotwords": [
{}
]
}
'{
"text": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/glm-asr \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"file": "<string>",
"prompt": "<string>",
"hotwords": [
{}
]
}
'{
"text": "<string>"
}使用 GLM-ASR-2512 模型将音频文件转录为文本,支持多语言转录。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json