Start a web call
Start a browser-based call with one of your agents or workflows. Returns a LiveKit room name, WebSocket URL, and a short-lived client token. Pass these to the LiveKit web client to join the call.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
agent_id
Public agent ID to call. Provide either agent_id or workflow_id.
workflow_id
Public workflow ID to call.
metadata
Optional metadata stored with the call session.
Response
Successful Response
call_id
room_name
livekit_url
token
Errors
422
Start Web Call Calls Web Post Request Unprocessable Entity Error
