Multichannel
Key Features
Transcribing Multichannel Audio
Required Parameters
Example Request
POST /v1/speech-to-text/${MODEL}/transcribe HTTP/1.1
Host: api.gowajee.ai
Content-Type: application/json
X-Api-Key: ${YOUR_API_KEY}
{
"audioData": "base64_encoded_raw_audio_data",
"multichannel": true
}
Example Response
Last updated