cURL
curl --request GET \ --url https://api.morphel.com/v1/voices/ \ --header 'Authorization: Bearer <token>'
[ { "voice_id": "<string>", "name": "<string>", "avatar_id": "<string>", "description": "<string>" } ]
Get all available voice options
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type VoiceResponse · object[].
VoiceResponse · object[]