Calls
Create a call
Calls
Create a call
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.
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.