curl --request GET \
--url http://co-mind-platform-host/v1/echo/tts/languages \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Retrieve list of languages supported for text-to-speech.
curl --request GET \
--url http://co-mind-platform-host/v1/echo/tts/languages \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>List of supported TTS languages