Get Supported TTS Languages
GET/tts/languages
Retrieves the list of supported languages for text-to-speech conversion, along with available voices and default settings for each language.
Example Usage
curl -X GET "https://gateway.aakashpay.com/ai/api/v2/tts/languages" \
-H "Authorization: your-access-token"
Responses
- 200
- 401
- 500
Successfully retrieved supported languages
Authentication failed
Server error occurred