Introduction
Welcome to the Truedy API! Truedy is a voice AI calling platform that enables you to create AI-powered voice agents, make calls, manage batch calls, and integrate voice capabilities into your applications.What is Truedy?
Truedy provides a comprehensive API for:- AI Voice Agents: Create intelligent voice agents with custom prompts, voices, and behaviors
- Voice Calls: Make outbound calls or receive inbound calls with your agents
- Batch Calls: Run large-scale outbound batch calls with contact management
- Knowledge Bases: Upload documents to give your agents context
- Tools & Integrations: Connect your agents to external APIs and services
- Telephony: Manage phone numbers, purchase numbers, and configure telephony settings
Get Started
Quickstart
Follow our three step quickstart guide to make your first call.
Authentication
Learn how to authenticate your requests with API keys or JWT.
API Reference
Explore our complete API reference and interactive playground.
SDKs
Use our client libraries to build faster in your favorite language.
Base URL
All API requests should be made to:Authentication
Truedy API supports two authentication methods:- API Keys (Recommended for server-to-server): Use
Authorization: Bearer <key>header - JWT Tokens (For frontend applications): Use Clerk JWT tokens
Rate Limits
API keys have configurable rate limits:- Per Minute: Default 60 requests/minute
- Per Hour: Default 1,000 requests/hour
- Per Day: Default 10,000 requests/day
Response Format
All API responses follow a consistent format:Error Handling
Errors are returned with appropriate HTTP status codes and a structured error object:Getting Started
- Create an Account: Sign up at app.truedy.ai
- Create an API Key: Navigate to Settings → API Keys
- Make Your First Request: See the Quickstart guide
Support
- Email: support@truedy.ai
- Documentation: docs.truedy.ai
- Status Page: status.truedy.ai

