语音识别
语音识别vosk模型
https://api.hk0.cc/api/ars请求参数
请求示例
Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X POST 'https://api.hk0.cc/api/ars' \
-d 'file=audio'返回示例
{
"code": 200,
"text": "你好世界",
"success": true,
"format": ".mp3"
}语音识别vosk模型
https://api.hk0.cc/api/arscurl -X POST 'https://api.hk0.cc/api/ars' \
-d 'file=audio'{
"code": 200,
"text": "你好世界",
"success": true,
"format": ".mp3"
}