Retrieve metadata for a Gradium voice by voice UID.
cURL
curl --request GET \ --url https://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": [] }
Documentation IndexFetch the complete documentation index at: https://docs.gradium.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gradium.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The response sent to the user in the API for external user.
Show child attributes