1. Retrieve your API Key
Head over to your Pingr AI Console under Settings > API Keys to generate a secret access token. All REST requests require theAuthorization 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 youragent_id, dispatch an outbound voice call to any valid E.164 phone number:
cURL