Vatis Tech Documentation home pagelight logodark logo
  • Support
  • Dashboard
  • Dashboard
  • Documentation
  • API Reference
  • Blog
  • API Documentation
    • Introduction
    • Authentication
    Schemas
    • Egress
      • Transcription response
      • Diarization response
      • Llm response
      • Stream sink message
    • Export
    • Websocket
    • Webhook
    • HTTP Gateway
    • Errors
    Authentication
    • POST
      Authenticate
    Gateway
    • POST
      Upload
    Streams
    • GET
      Find all
    • GET
      Find by id
    • PUT
      Cancel
    • GET
      Get components
    Webhooks
    • GET
      Find all
    • PUT
      Create/update
    • PATCH
      Toggle endpoint
    • GET
      Find by ID
    • DEL
      Delete
    • GET
      Get available event type
    Export
    • GET
      Export
    Usage
    • GET
      Stream usage
    • GET
      Usage report
    Stream configuration
    • GET
      Find all
    • PATCH
      Patch by id
    Processor
    • GET
      Find all
    Egress

    Llm response

    LLM response

    Diarization responseStream sink message
    linkedinfacebookinstagramgithub
    Powered by Mintlify
    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.