Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Retell AI Retell LLM API

The Retell LLM API from Retell AI — 5 operation(s) for retell llm.

Retell AI Retell LLM API is one of 11 APIs that Retell AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Retell LLM. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, an AsyncAPI specification, and rate-limit docs.

This API exposes 5 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 2.0.

Requests are made against a single base URL, https://api.retellai.com.

5 operations 5 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0
Base URL
https://api.retellai.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Retell AI Retell LLM API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (apiKey) (api_key). By default, every request must be authenticated.

  • api_key — Retell API key, sent as: Authorization: Bearer

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Retell LLM 5
POST
/create-retell-llm
Create a Retell LLM response engine.
createRetellLLM body → 201
GET
/get-retell-llm/{llm_id}
Retrieve a Retell LLM.
getRetellLLM 2 params → 200
GET
/list-retell-llms
List all Retell LLMs.
listRetellLLMs → 200
PATCH
/update-retell-llm/{llm_id}
Update a Retell LLM.
updateRetellLLM 1 param body → 200
DELETE
/delete-retell-llm/{llm_id}
Delete a Retell LLM.
deleteRetellLLM 1 param → 204

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are RetellLLMRequest (11 properties), Tool (4 properties). Each schema is shown below with its type and property counts.

RetellLLMResponse
Tool
object
4 properties
RetellLLMRequest
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

retell-retell-llm-api-openapi.yml Raw ↑

Other APIs Retell AI publishes across the network.

Retell AI Agent API
Retell AI Batch Call API
Retell AI Call API
Retell AI Concurrency API
Retell AI Conversation Flow API
Retell AI Knowledge Base API
Retell AI Phone Call API
Retell AI Phone Number API
Retell AI Voice API
Retell AI Web Call API