语音识别

POST

语音识别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"
}