Overview
This guide will help you get started with Call24x7.AI quickly. You’ll learn how to set up your account, create your first AI agent, and make your first call.Prerequisites
Before you begin, make sure you have:- A Call24x7.AI developer account
- An API key from the Developer Portal
- A phone number to test with (your own number is recommended for testing)
Step 1: Create Your Account
- Visit the Call24x7.AI Developer Portal
- Sign up for a new account
- Verify your email address
- Complete your profile setup
Step 2: Get Your API Key
- Navigate to the API Keys section in your dashboard
- Click Create New API Key
- Copy and securely store your API key
Step 3: Create Your First Agent
An AI agent is the “personality” that handles your phone calls. You can create agents through:- Developer Portal: Use the web interface to create and configure agents
- API: Create agents programmatically using the API
Using the Developer Portal
- Go to the Agents section
- Click Create New Agent
- Configure your agent:
- Name: Give your agent a descriptive name
- Instruction: Write the prompt that defines how your agent behaves
- Voice: Select a voice model
- Language: Choose the language for conversations
Agent Instructions
The instruction/prompt is crucial - it defines how your agent will behave during calls. Example:Step 4: Make Your First Call
Using the Developer Portal
- Navigate to the Send Call page
- Enter the recipient’s phone number
- Select your agent
- Click Send Call
Using the API
Step 5: Monitor Your Calls
After initiating a call, you can:- View call status: Check the status in your dashboard
- Listen to recordings: Access call recordings after completion
- Review transcriptions: Read full conversation transcripts
- Set up webhooks: Receive real-time notifications when calls complete
Next Steps
Now that you’ve made your first call, explore these resources:Authentication
Learn about API authentication and security
Webhooks
Set up webhooks for call notifications
Agents
Deep dive into creating and managing agents
API Reference
Explore the complete API documentation
Common Questions
How much do calls cost?
How much do calls cost?
Calls are billed at $0.15 per minute with precise second-by-second billing. You only pay for the actual call duration.
What phone number formats are supported?
What phone number formats are supported?
Phone numbers must be in E.164 format (e.g., +1234567890). Include the country code and the + prefix.
Can I test calls before going live?
Can I test calls before going live?
Yes! We recommend testing with your own phone number first. You can also use the testing suite in the Developer Portal.
How do I handle errors?
How do I handle errors?
All API responses include error codes. Check the API Reference for a complete list of error codes and their meanings.

