Skip to content

Knowledge and TTS APIs

GET /api/developer/v1/knowledge X-API-Key
List knowledge sources
POST /api/developer/v1/knowledge X-API-Key
Create a text knowledge source
GET /api/developer/v1/knowledge/{knowledge_id} X-API-Key
Get knowledge details
PUT /api/developer/v1/knowledge/{knowledge_id} X-API-Key
Update knowledge
DELETE /api/developer/v1/knowledge/{knowledge_id} X-API-Key
Delete knowledge

Knowledge creation accepts name, text, and optional is_active. Attach the returned knowledge ID to an agent, then test retrieval with real customer phrasing.

GET /api/developer/v1/tts-config X-API-Key
List valid TTS configuration
POST /api/developer/v1/tts/generate X-API-Key
Generate speech

Use the configuration endpoint rather than hardcoding provider voices. Voice availability and supported languages can vary by provider and account.