Skip to main content
POST
Escalate voice call to video

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
callSid
string
required

The live call leg being elevated. Stamped onto the created room so it stays traceable back to the originating call.

Required string length: 1 - 128
callLogId
string

Optional call-log identifier, used to correlate the room back to the originating call.

Required string length: 1 - 64
remotePartyNumber
string

E.164 number of the remote leg — used for room naming and, when notifyRemoteParty is true, the SMS notification destination.

Maximum string length: 32
Pattern: ^\+?[0-9]*$
remotePartyName
string

Display name of the remote leg (shown in the generated room name when present).

Maximum string length: 120
roomName
string

Optional override for the created room's name (defaults to Call with <remote party>).

Required string length: 1 - 200
notifyRemoteParty
boolean
default:false

When true, sends the guest join link to remotePartyNumber by SMS. Requires remotePartyNumber and sipCredentialId.

sipCredentialId
string

SIP credential (extension) the notification SMS is sent FROM. Required only when notifyRemoteParty is true.

Required string length: 1 - 64

Response

201 - application/json

Default Response

data
object
required
meta
object
required