Skip to main content
POST
Stop capture session
Stop an active capture session. This ends the media ingestion and finalizes any stored recordings.
  • Stopping a session finalizes all channel recordings
  • Stored media becomes available for indexing and search after processing

Create Session

Create a new capture session

List Sessions

View all capture sessions

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

streaming_session_id
string
required
Example:

"capture-12345"

Response

200 - application/json

Session stopped

success
boolean
Example:

true

message
string
Example:

"Operation successful"