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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object