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

    Configuration

    Configuration message sent by the client.

    Stream metadataKeep alive
    linkedinfacebookinstagramgithub
    Powered by Mintlify
    Copy
    {
      "type": "KEEP_ALIVE",
      "patches": {},
      "webhook": {}
    }
    Assistant
    Responses are generated using AI and may contain mistakes.