Skip to main content
GET
/
v1
/
voices
/
{voice_id}
Get Voice
curl --request GET \
  --url https://api.example.com/v1/voices/{voice_id} \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "<string>",
  "voice_id": "<string>",
  "name": "<string>",
  "description": "",
  "created_at": 123,
  "updated_at": 123
}

Authorizations

Authorization
string
header
required

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

Headers

xi-api-key
string | null

Path Parameters

voice_id
string
required

Response

Successful Response

user_id
string
required
voice_id
string
required
name
string
required
description
string
default:""
created_at
integer
updated_at
integer