Endpoints
Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.POST/allmodels/el/v1/speech-to-text
Transcribe audio files using the ElevenLabs SDK-compatible endpoint. Returns transcript with word-level timestamps. Accepts WAV…
Price unavailablePOST/allmodels/el/v1/text-to-speech/{voice_id}
Generate complete speech audio using the ElevenLabs SDK-compatible endpoint. Returns full audio file after generation completes.
Price unavailablePOST/allmodels/el/v1/text-to-speech/{voice_id}/stream
Generate streaming speech audio using the ElevenLabs SDK-compatible endpoint. Returns chunked binary audio for low-latency play…
Price unavailableGET/allmodels/el/v1/voices
List voices using the ElevenLabs SDK-compatible endpoint. Returns voices in ElevenLabs response format.
Price unavailablePOST/allmodels/el/v1/voices/add
Clone a voice using the ElevenLabs SDK-compatible endpoint.
Price unavailableGET/allmodels/el/v1/voices/search
Search voices using the ElevenLabs SDK-compatible endpoint.
Price unavailableDELETE/allmodels/el/v1/voices/{voice_id}
Delete a voice using the ElevenLabs SDK-compatible endpoint. Cannot be undone.
Price unavailableGET/allmodels/el/v1/voices/{voice_id}
Get voice details using the ElevenLabs SDK-compatible endpoint.
Price unavailablePOST/allmodels/oai/audio/speech
Generate speech audio from text using the OpenAI SDK-compatible endpoint. Supports all AllModels TTS providers. Returns binary …
Price unavailablePOST/allmodels/oai/audio/transcriptions
Transcribe audio files using the OpenAI SDK-compatible endpoint. Supports all AllModels STT providers. Accepts WAV, MP3, FLAC, …
Price unavailableGET/allmodels/v1/custom-voices
List all custom cloned voices belonging to your account.
Price unavailablePOST/allmodels/v1/custom-voices
Create a custom cloned voice by uploading a recording. The voice can then be used with any TTS provider that supports voice clo…
Price unavailableDELETE/allmodels/v1/custom-voices/{voice_id}
Delete a custom cloned voice. This action cannot be undone.
Price unavailableGET/allmodels/v1/custom-voices/{voice_id}
Get details of a specific cloned voice by ID.
Price unavailableGET/allmodels/v1/models
List all available TTS and STT models with pricing, provider info, and capabilities. Public endpoint, no authentication require…
Price unavailableGET/allmodels/v1/providers
List all available TTS and STT providers. Public endpoint, no authentication required.
Price unavailableGET/allmodels/v1/voices