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

Headers

x-api-key
string | null

API key for authentication

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