Skip to main content
POST
/
v1
/
agents
/
{id}
/
web-call
Start a browser call with an AI agent
curl --request POST \
  --url https://api.revdesk.com/v1/agents/{id}/web-call \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "token": "<string>",
    "room_url": "<string>",
    "room_name": "<string>",
    "expires_in": 123,
    "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "ice_servers": [
      "<unknown>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Path Parameters

id
string
required

Response

Success

data
object
required