Quick Start
Make your first API call in under 5 minutes.1
Get your API key
Navigate to Dashboard → API Key and copy your key
2
Make a test call
3
Check dashboard
Monitor your call in the Call History
Base URL
All API requests should be made to:Authentication
Include your API key in theX-API-KEY header for all requests:
Available Endpoints
Outbound Call
Make individual calls
Campaign (v1)
Create campaigns with agent ID
Campaign (v2)
Create campaigns without agent ID
Common Responses
Success Response
Error Responses
| Status Code | Description |
|---|---|
400 | Bad Request - Missing or invalid parameters |
403 | Forbidden - Invalid or missing API key |
404 | Not Found - Agent doesn’t exist |
500 | Internal Server Error |