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.
Quick start Guide
Get started with Talkover AI Voice Agent platform in just 5 minutes. This guide will walk you through setting up your first voice agent and making your first call.Prerequisites
- A Talkover account (sign up at app.talkover.ai)
- A phone number for testing
- Basic knowledge of HTTP requests
Step 1: Get Your Environment Token
Your environment token is your API key for authenticating requests to the Talkover API.How to Get Your Token:
- Log in to your Talkover dashboard at app.talkover.ai
- Navigate to Account → Environments
- Copy your Environment Token from the list (it starts with
talq_)
Step 2: Create Your First Voice Agent
Voice agents are the AI personalities that handle your calls. You need to create one before making calls.How to Create a Voice Agent:
- Go to Voice Agents in your dashboard
- Click “Create New Agent”
- Configure your agent:
- Name: Give your agent a descriptive name (e.g., “Customer Service Agent”)
- Voice: Choose a voice personality
- Language: Select the language for conversations
- Call Flow: Design how your agent should handle conversations
- Save your agent
- Copy the Agent ID (you’ll need this for API calls)
Step 3: Make Your First Call
Now you’re ready to make your first call using the Talkover API!API Endpoints
Individual Agent Call
Campaign Call
Example Requests
Agent Call
Campaign Call
Example Response
Step 4: Monitor Your Call
After initiating a call, you can:- Check call status in your dashboard
- Listen to call recordings (if enabled)
- View call transcripts (if enabled)
- Monitor call analytics
What’s Next?
- Learn about call flows in our Call Flow Design Guide
- Explore integration examples in our Integration Examples
- Check out our SDKs for easier integration
Congratulations! You’ve successfully set up Talkover and made your first AI-powered call.