curl --request POST \
--url https://api.vida.dev/api/v2/agent/outboundCall \
--header 'Content-Type: application/json' \
--data '{
"context": "Name: Lyle Pratt. Interest: Completed a call back form on our website for more information about our products.",
"target": "+1234567890 or john_doe"
}'
{
"success": true,
"message": "Outbound call initiated."
}
Use this endpoint to initiate an outbound call from your Vida agent to a destination number or user. Your agent will handle the call.
curl --request POST \
--url https://api.vida.dev/api/v2/agent/outboundCall \
--header 'Content-Type: application/json' \
--data '{
"context": "Name: Lyle Pratt. Interest: Completed a call back form on our website for more information about our products.",
"target": "+1234567890 or john_doe"
}'
{
"success": true,
"message": "Outbound call initiated."
}
Vida API Token
Success
The response is of type object
.