API Documentation
Schemas
- Egress
- Export
- Websocket
- Webhook
- HTTP Gateway
- Errors
Authentication
Gateway
Webhooks
Export
Stream configuration
Processor
Export
Audio intelligence response
Broad response aggregating audio intelligence data
Copy
{
"transcription": {
"text": "<string>",
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123,
"language": "<string>",
"metadata": {}
}
]
},
"utterances": [
{
"speakerIds": [
"<string>"
],
"overlap": true,
"channel": "<string>",
"start": 123,
"end": 123,
"text": "<string>",
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123,
"language": "<string>",
"metadata": {}
}
]
}
],
"summary": {
"content": "<string>"
},
"askAnything": {},
"sentimentAnalysis": {
"segments": [
{
"text": "<string>",
"sentiment": "negative",
"channel": 123,
"startTime": 123,
"endTime": 123,
"score": 123
}
],
"summary": {
"channels": [
{
"channel": 123,
"negativeCount": 123,
"positiveCount": 123,
"neutralCount": 123,
"averageScore": 123,
"sentiment": "negative"
}
],
"negativeCount": 123,
"positiveCount": 123,
"neutralCount": 123,
"averageScore": 123,
"sentiment": "negative"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.