For AI agents: visit https://verbit.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
verbit
GuidesAPI ReferenceChangelogDiscussions
v1.0

Log Inverbit
Guides
Log In
v1.0GuidesAPI ReferenceChangelogDiscussions

Documentation

  • Getting Started with Verbit
  • Insights API (Gen V)
  • Live Booking API
    • Examples for booking
      • Book with WebSocket
      • Book with RTMP
      • Book with Zoom
      • Book with MS Teams
      • Book with live translation
      • Book with Embedded Captions
    • Live Sessions
      • Orders Overview
      • Create an order (explained)
      • What am I allowed to book
    • Streaming Media
      • WebSocket - Connection
      • WebSocket - Responses
  • Post-Production API
    • Recipes
    • Errors Explanation
    • Verbit Transcript JSON format
  • Caption Control API
    • Get Session
    • Set Upstream
    • Set Caption Placement
    • Extend Session Duration
    • Get Max Extend Time
    • End Session
    • Change Connection Plan
  • Authentication
    • Get an API Token
Powered by 

End Session

Immediately end a session.

Request and Response

Method: POST
URL: https://realtime.verbit.co/api/v1/session/{order_id}/end

Request Body:

{}

Response:

{
  "result": "executed",
  "scheduling": {
    "end_time": "2024-08-01T08:12:00Z"
  }
}

Updated 1 day ago


Get Max Extend Time
Change Connection Plan
Did this page help you?
    • Request and Response
      • Request Body:
      • Response: