Voice API
Authentication
Authorization: Bearer <token>Voice API
Text to Speech (TTS)
${BASE_URL}/platform/v1/voice/{subcompany_id}/ttsAuthorization: Bearer <token>
Content-Type: application/json{
"text": "string" (required),
"lang": "rw | kj" (optional),
"response_format": "mp3 | wav" (optional),
"speed": 1.0 (optional),
"gender": "female" (optional)
}Automatic Speech Recognition (ASR)
Notes
Last updated