Skip to main content
POST
/
v1
/
calls
Place an outbound AI call
curl --request POST \
  --url https://api.revdesk.com/v1/calls \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phoneNumber": "<string>",
  "assistantId": "<string>",
  "script": "<string>",
  "name": "<string>"
}
'
{}

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.

Body

application/json
phoneNumber
string
required
Minimum string length: 1
assistantId
string
script
string
name
string

Response

Success

The response is of type object.