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