Wbot
W-Speech(ASR)
调用WZH团队提供的免费AI语音识别(transcribe)
基础 API 端口
Query Parameters
Authorization: Bearer 114514
验证:在Header处添加 Bearer 114514
Body类型:application/json
The format of the audio input. Can be either base64
(base64 encoded string) or wav_url
(URL of a .wav file)
The audio data, either a base64 encoded string (if audio_m is base64
) or a URL to a .wav file (if audio_m is wav_url
)
The language of the audio. Default is en
Whether to use voice activity detection (VAD) filtering. Default is false