API Documentation
Schemas
- Egress
- Export
- Websocket
- Webhook
- HTTP Gateway
- Errors
Authentication
Gateway
Webhooks
Export
Stream configuration
Processor
Copy
{
"promptId": "<string>",
"sequenceId": 123,
"responseFormatSpecification": "<string>",
"summary": [
"<string>"
],
"sentimentAnalysis": [
{
"text": "<string>",
"sentiment": "negative",
"channel": 123,
"startTime": 123,
"endTime": 123,
"score": 123
}
],
"topicDetection": [
{}
],
"autoChapter": [
{}
],
"intentDetection": [
{}
],
"askAnything": [
"<string>"
],
"sentimentAnalysisSummary": {
"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.