cURL
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>" }
Get a specific voice by ID
Documentation IndexFetch the complete documentation index at: https://docs.morphel.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.morphel.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response