cURL
curl --request GET \ --url https://api.upon-ai.com/api/voices/{voiceId} \ --header 'Authorization: Bearer <token>'
{ "voiceId": "<string>", "name": "<string>", "gender": "<string>", "language": "<string>", "accent": "<string>", "description": "<string>", "previewUrl": "<string>", "tags": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Retrieve metadata for a specific voice.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Voice identifier.
Workspace identifier.
Voice metadata.