Skip to main content
GET
/
v1
/
voices
/
{voice_id}
Get Voice
curl --request GET \
  --url https://api.example.com/v1/voices/{voice_id} \
  --header 'x-api-key: <api-key>'
{
  "voice_id": "<string>",
  "name": "<string>",
  "accent": "<string>",
  "sample_storage_path": "<string>",
  "description": "<string>",
  "gender": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

voice_id
string
required

Voice ID

Response

Successful Response

voice_id
string
required
name
string
required
accent
string
required
sample_storage_path
string
required
description
string | null
gender
string | null