Get a voice by its UID. Optional org_uid and key_uid for access control.
cURL
curl --request GET \ --url https://eu.api.gradium.ai/api/voices/{voice_uid}
{ "uid": "<string>", "name": "<string>", "is_catalog": true, "is_pro_clone": true, "description": "<string>", "filename": "<string>", "start_s": 123, "language": "<string>", "tags": [] }
Successful Response
The response sent to the user in the API for external user.
Show child attributes