Skip to main content
GET
/
api
/
text-to-speech-providers
/
Get Supported Text-To-Speech Providers API Endpoint
curl --request GET \
  --url https://backend.clipvision.ai/api/text-to-speech-providers/ \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "provider_name": "ElevenLabs",
    "provider_id": "elevenlabs",
    "provider_logo": "https://elevenlabs.io/favicon.ico",
    "home_page": "https://elevenlabs.io/"
  },
  {
    "provider_name": "TikTok TTS",
    "provider_id": "tiktok",
    "provider_logo": "https://www.tiktok.com/favicon.ico",
    "home_page": "https://tiktok.com"
  },
  {
    "provider_name": "Microsoft Azure",
    "provider_id": "azure",
    "provider_logo": "https://azure.microsoft.com/favicon.ico?v2",
    "home_page": "https://azure.microsoft.com/en-us/products/ai-services/text-to-speech"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successfully retrieved supported Text-To-Speech providers

provider_name
string
provider_id
string
home_page
string