Skip to main content
GET
/
v1
/
voices
/
{voice_id}
Get Voice By Id
curl --request GET \
  --url https://api.morphel.com/v1/voices/{voice_id} \
  --header 'Authorization: Bearer <token>'
{
  "voice_id": "<string>",
  "name": "<string>",
  "avatar_id": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

voice_id
string
required

Response

Successful Response

voice_id
string
required
name
string
required
avatar_id
string | null
description
string | null