{
  "transcription_info": {
    "duration": 10.5,
    "sample_rate": 16000,
    "num_words": 25
  },
  "text": "This is a sample transcription of the audio input.",
  "word_count": 7
}
https://aispeech.api.ecylt.top
POST

基础 API 端口

Query Parameters

Authorization: Bearer 114514
验证:在Header处添加 Bearer 114514

Body类型:application/json

audio_m
string
required

The format of the audio input. Can be either base64 (base64 encoded string) or wav_url (URL of a .wav file)

audio
string
required

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)

language
string

The language of the audio. Default is en

vad_filter
string

Whether to use voice activity detection (VAD) filtering. Default is false