Skip to main content
GET
/
api
/
audio
/
tts
/
models
List Tts Models
curl --request GET \
  --url https://api.example.com/api/audio/tts/models
[
  {
    "id": "<string>",
    "name": "<string>",
    "provider": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.originsai.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

provider
string
required

TTS provider (e.g., 'elevenlabs', 'sarvam')

Response

Successful Response

id
string
required
name
string
required
provider
string
required