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

Documentation Index

Fetch the complete documentation index at: https://docs.morphel.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

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