POST
/
v1
/
calls
curl --request POST \
  --url https://api.eu.volubile.ai/v1/calls \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "recipient": {
    "phone": "+33612345678",
    "context": {
      "firstName": "firstname",
      "lastName": "lastname",
      "orderNumber": "5HZ99FRT"
    }
  }
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Your API key.

Body

application/json
agentId
string
required

Unique identifier of the OUTBOUND agent to use for the call

recipient
object
required

Recipient to call

Response

201
_mintlify/placeholder

Created