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

Response

200 - application/json

Successful Response

id
string
required
name
string
required