Words Boosting
How It Works
Example Request
POST /v1/speech-to-text/pulse/transcribe HTTP/1.1
Host: api.gowajee.ai
Content-Type: application/json
X-Api-Key: ${YOUR_API_KEY}
{
"audioData": "base64_encoded_raw_audio_data",
"boostWordList": ["สวัสดี", "โกวาจี"],
"boostScore": 15 // Optional
}
Example Response
Last updated