Skip to main content
GET
/
voices
/
{provider}
/
{voiceId}
Get a single voice's metadata
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/voices/{provider}/{voiceId} \
  --header 'Authorization: Bearer <token>'
{
  "voiceId": "<string>",
  "name": "<string>",
  "provider": "<string>",
  "previewUrl": "<string>",
  "filters": {
    "accent": "<string>",
    "gender": "<string>",
    "useCase": "<string>",
    "language": "<string>"
  }
}
curl "https://eu-gcp-api.vg-stuff.com/v3/voices/elevenlabs/21m00Tcm4TlvDq8ikWAM" \
  -H "Authorization: Bearer YOUR_API_KEY"
You can also pass ?sampleText=... to customize the previewUrl content.
This endpoint does not consume credits.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
string
required
voiceId
string
required

Query Parameters

sampleText
string
modelId
string

Response

Successful response

voiceId
string
required
name
string
required
provider
string
required
previewUrl
string
required
filters
object
required