Vatis Tech Documentation home pagelight logodark logo
  • Support
  • Dashboard
  • Dashboard
  • Documentation
  • API Reference
  • Blog
  • API Documentation
    • Introduction
    • Authentication
    Schemas
    • Egress
    • Export
    • Websocket
      • Stream metadata
      • Configuration
      • Keep alive
      • Response
      • End of Stream
      • Error
    • 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
    Websocket

    Response

    Response sent by the server.

    Keep aliveEnd of Stream
    linkedinfacebookinstagramgithub
    Powered by Mintlify
    Copy
    {
      "type": "KEEP_ALIVE",
      "response": {
        "streamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "tags": [
          "<string>"
        ],
        "sinkTopicName": "<string>",
        "messageId": "<string>",
        "processorId": "<string>",
        "sequenceId": 123,
        "publishTimestamp": "2023-11-07T05:31:56Z",
        "frameType": "<string>",
        "payloadSchema": "null",
        "payload": {
          "transcription": "<string>",
          "words": [
            {
              "word": "<string>",
              "start": 123,
              "end": 123,
              "confidence": 123,
              "language": "<string>",
              "metadata": {}
            }
          ],
          "start": 123,
          "end": 123,
          "metadata": {},
          "channel": 123,
          "utterance": true
        },
        "headers": {}
      }
    }
    Assistant
    Responses are generated using AI and may contain mistakes.