Quickstart
Get started with the Truedy API in 5 minutes. This guide will walk you through creating an API key, making your first API call, and creating an agent.Prerequisites
- A Truedy account (Sign up)
- An API key (created below)
- cURL, Python, or JavaScript installed
Step 1: Create an API Key
First, create an API key through the dashboard or API:Step 2: List Your Agents
Let’s make your first API call to list your agents:Step 3: Create an Agent
Now let’s create your first voice agent:Step 4: Make a Call
Make your first call with the agent:Next Steps
Explore Endpoints
Check out the API Reference for all available endpoints
Read Guides
Learn more in our Guides section
Check Rate Limits
Understand Rate Limits and usage tracking
Set Up Webhooks
Configure Webhooks for real-time events
Common Issues
Invalid API Key
Make sure you’re using the correct API key and it’s in theAuthorization: Bearer <key> header.
Rate Limit Exceeded
Check the rate limit headers in the response. You may need to upgrade your plan or wait for the limit to reset.Missing Voice ID
Before creating an agent, you need to create or import a voice. See the Voices API Reference.Need Help?
- Check the API Reference for detailed endpoint documentation
- Review Error Responses for troubleshooting
- Contact support at support@truedy.ai

