curl --request GET \
--url https://api.tryhamsa.com/v2/tts/voices/{id}{
"success": true,
"message": "Operation completed successfully",
"messageKey": "OPERATION_SUCCESSFUL"
}Retrieve a single TTS voice by ID.
curl --request GET \
--url https://api.tryhamsa.com/v2/tts/voices/{id}{
"success": true,
"message": "Operation completed successfully",
"messageKey": "OPERATION_SUCCESSFUL"
}Voice identifier.
"48f7656f-098b-4c43-b165-7cfd2cc8ac30"
Project identifier.
"ae6d58c6-c6bd-4ae0-ad74-b8b39c29928b"
Was this page helpful?