Making Your First Call
This guide walks you through making your first outbound voice call using the Truedy API.Prerequisites
- An API key (see Authentication)
- An agent created (see Creating an Agent)
- A phone number assigned to your agent for outbound calls
Step 1: Create an Agent
First, create a voice agent:Step 2: Make a Call
Now make an outbound call with your agent. Onlyagent_id and phone_number are required — the system auto-selects a from number from your agent’s assigned outbound numbers:
from_number:
Step 3: Check Call Status
Monitor the call status:Step 4: Get Call Transcript
After the call completes, get the transcript:Next Steps
- Learn about Batch Calls for bulk calling
- Set up Webhooks for real-time call events
- Explore Agent Configuration for advanced features

