API Documentation
Schemas
- Egress
- Export
- Websocket
- Webhook
- HTTP Gateway
- Errors
Authentication
Gateway
Webhooks
Export
Stream configuration
Processor
Egress
Transcription response
Response from the transcription service
Copy
{
"transcription": "<string>",
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123,
"language": "<string>",
"metadata": {}
}
],
"start": 123,
"end": 123,
"metadata": {},
"channel": 123,
"utterance": true
}
Assistant
Responses are generated using AI and may contain mistakes.