Get Started in 3 Steps
Get up and running with the Voice Agent API quickly.Step 1: Get Your API Key
Create an API Key
Create an API Key
To authenticate your requests, you’ll need an API key:
- Log in to your dashboard
- Navigate to API Keys section
- Click “Create API Key”
- Give it a descriptive name
- Copy the key value (you won’t be able to see it again!)
Alternative: JWT Authentication
Alternative: JWT Authentication
If you’re building a web application, you can use JWT token authentication instead:
- Authenticate users through your application
- Receive a JWT token
- Include it in the
Authorization: Bearer <token>header
Step 2: Make Your First Request
List Your Agents
List Your Agents
Try listing your agents to verify your authentication works:Or with JWT:
Create Your First Agent
Create Your First Agent
Create a new voice agent:
Step 3: Explore the API
Next Steps
Next Steps
Now that you’ve made your first API call, explore what you can build:
- Create Integrations: Set up third-party service connections
- Manage Conversations: Access conversation data and transcripts
- Create Campaigns: Build voice campaigns for bulk outreach
- Configure Agents: Customize agent behavior and tools
API Endpoints
Agents
Create and manage voice agents
Integrations
Configure service integrations
API Keys
Manage authentication keys
Conversations
Access conversation data
Campaigns
Create voice campaigns
Code Examples
JavaScript/Node.js
Python
Need Help?
API Reference
Complete API documentation
Support
Contact our support team
