Documentation Index
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
Make Your First Call
This tutorial will walk you through making your first AI-powered call using the Talkover API. You’ll learn how to get your agent ID and make a test call.Prerequisites
Before starting this tutorial, make sure you have:- ✅ Environment Token (from Authentication Guide)
- ✅ Voice Agent Created (from Quickstart Guide)
- ✅ Test Phone Number ready to receive calls
Step 1: Get Your Agent ID
You need your agent ID to make calls. Here’s how to find it:From the Dashboard:
- Log in to your Talkover dashboard at app.talkover.ai
- Go to Voice Agents in the left sidebar
- Find your agent in the list
- Click on the agent to view details
- Copy the Agent ID (it looks like
agent_123456)
The Agent ID is displayed in the agent details page and is required for all API calls.
Step 2: Prepare Your API Request
Now you have everything you need to make your first call:- Environment Token:
talq_your_token_here - Agent ID:
agent_123456 - Phone Number:
+1234567890
API Endpoints
Individual Agent Call
Campaign Call
Request Headers
Request Body
For Agent Calls
For Campaign Calls
Step 3: Make the Call
Using cURL
Using JavaScript
Using Python
Step 4: Understand the Response
When you successfully initiate a call, you’ll receive a response like this:Response Fields Explained:
call_id: Unique identifier for this callagent_id: The agent that will handle the callto: The phone number being calledstatus: Current status of the call (initiated,ringing,in-progress,completed,failed)created_at: Timestamp when the call was createdestimated_duration: Estimated call duration in seconds
Step 5: Monitor Your Call
Check Call Status in Dashboard
- Go to Calls in your dashboard
- Find your call by call ID or phone number
- Monitor the status as it progresses:
initiated→ringing→in-progress→completed
Call Status Flow
Step 6: Test Different Scenarios
Test with Different Phone Numbers
Try calling different numbers to test various scenarios:Test Error Handling
Try calling an invalid number to see error responses:Troubleshooting
Common Issues
| Issue | Solution |
|---|---|
| 401 Unauthorized | Check your environment token is correct |
| 404 Not Found | Verify your agent ID is correct |
| 400 Bad Request | Check phone number format (should be +1234567890) |
| Call not ringing | Verify the phone number is valid and can receive calls |
Debugging Tips
- Check the response for error messages
- Verify your agent is properly configured
- Test with a known good number first
- Check your dashboard for call status updates
Next Steps
Congratulations! You’ve successfully made your first AI-powered call. Here’s what you can explore next:- Design better call flows in our Call Flow Design Guide
- Integrate with your application using our Integration Examples
- Learn about call analytics and monitoring
🎉 You’ve successfully made your first call with Talkover! Your AI voice agent is now ready to handle conversations.