Skip to main content

1. Retrieve your API Key

Head over to your Sayvy AI Console under Settings > API Keys to generate a secret access token. All REST requests require the Authorization header:

2. Create a Voice Agent

Use the /api/v1/agents endpoint to define a voice agent with custom system instructions and TTS voice settings:
cURL
Python
Node.js

3. Dispatch an Outbound Call

Once you have your agent_id, dispatch an outbound voice call to any valid E.164 phone number:
cURL
You can track live call state transitions (queued, ringing, in-progress, completed) by subscribing to our real-time Webhooks.