POST/v1/convai/twilio/outbound_call
Body Parameters
View in API Reference
Request
$curl -X POST https://api.elevenlabs.io/v1/convai/twilio/outbound_call \
> -H "xi-api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "agent_id": "agent_id",
> "agent_phone_number_id": "agent_phone_number_id",
> "to_number": "to_number"
>}'
Response