List TTS Providers
List all TTS providers registered in the catalog, alphabetically by name.
Response Body
application/json
curl -X GET "https://example.com/v1/tts/providers"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "string", "model": "string", "voice_id": "string", "endpoint": "string", "description": "string" }]