GET
/
v1
/
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>"
  }
]

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

The response is of type VoiceResponse · object[].