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
API keys are created in the Truedy Dashboard only. There is no Public API endpoint for creating or managing API keys.- Log in to the Truedy Dashboard.
- Go to Settings → API Keys (or open API Keys directly).
- Click Create API Key, give it a name (e.g. “My First API Key”), and copy the key.
truedy_ followed by a random string (e.g. truedy_Z21gJO4PDlOBbWSWdfSpO72guWIE6KWP).
Save the API key — you’ll need it for all requests in the next steps.
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

