What you can do
- Create, update, and manage calls and chats
- Configure voice agents and chat agents
- Manage phone numbers, voices, and knowledge bases
- Run tests and retrieve test run results
- Integrate custom telephony and custom LLM workflows
Base URL
All REST API requests use the same base URL:POST https://api.retellai.com/v2/list-calls). The audio WebSocket uses a separate host — see Audio WebSocket.
Authentication
Every request must include your API key as a bearer token in theAuthorization header:
SDKs
Official SDKs handle the base URL and authentication for you: See SDKs for installation, initialization, and usage examples.Getting started
If you are new to the API:- Create your API key in the dashboard.
- Make your first request with the
Create phone callendpoint. - Use the grouped endpoint sections in the sidebar to expand your integration.

