Skip to main content
GET
/
voices
/
{voice_uid}
Get Voice
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": []
}

Path Parameters

voice_uid
string
required

Response

Successful Response

The response sent to the user in the API for external user.

uid
string
required
name
string
required
is_catalog
boolean
required
is_pro_clone
boolean
required
description
string | null
filename
string | null
start_s
number | null
language
string | null
tags
ExportedTag · object[]