Skip to main content
POST
Start capture session

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Body

application/json
session_id
string
required
Example:

"capture-12345"

channels
object[]
required
ws_connection_id
string
Example:

"conn-123"

callback_url
string
Example:

"https://webhook.example.com/callback"

Response

Capture session started

success
boolean
Example:

true

data
object