cURL
curl --request GET \ --url https://api.upon-ai.com/api/voices \ --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" } ]
Explore the UponAI voice catalog available to a workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace identifier.
Voice catalog.