Retell AI API
Mock the Retell AI voice agent API: simulate call registration, agent and LLM management, and phone-number provisioning without a real Retell account.
[01]
About
Mock the Retell AI REST API for voice agents and AI phone calls. Covers call registration and lookup, agent CRUD, Retell LLM configuration, phone-number provisioning and outbound call creation. Mock responses match the live Retell shape so client SDKs, dashboards, and voice integrations can be tested without a Retell API key or live calls.
Endpoints
16 across 5 resource groups
Methods
GET 7 · POST 5 · PATCH 2 · DEL 2 none deprecated
OpenAPI
3.0.3 spec version 1.0.0
Source spec
59 KB · YAML
[02]
Endpoints
| POST |
/register-call
|
Register Call To Get CallId To Establish Connection. Mocked via Mockzilla.
|
| GET |
/get-call/{call_id}
|
Retrieve details of a specific call
|
| GET |
/list-calls
|
Retrieve call details
|
| POST |
/create-agent
|
Create a new agent
|
| GET |
/get-agent/{agent_id}
|
Retrieve details of a specific agent
|
| GET |
/list-agents
|
List all agents. Available as a Mockzilla mock endpoint.
|
| PATCH |
/update-agent/{agent_id}
|
Update an existing agent
|
| DEL |
/delete-agent/{agent_id}
|
Delete an existing agent
|
| POST |
/create-retell-llm
|
Create a new Retell LLM
|
| GET |
/get-retell-llm/{llm_id}
|
Retrieve details of a specific Retell LLM
|
| GET |
/list-retell-llms
|
List all retell LLM. Mockzilla mock: no signup, no API key.
|
| PATCH |
/update-retell-llm/{llm_id}
|
Update an existing Retell LLM
|
| DEL |
/delete-retell-llm/{llm_id}
|
Delete an existing Retell LLM
|
| POST |
/create-phone-number
|
Buy a new phone number & Bind an agent
|
| GET |
/list-phone-numbers
|
List all phone numbers. Served by the Mockzilla mock runtime.
|
| POST |
/create-phone-call
|
Create a new phone call
|