cURL
curl --request GET \ --url https://api.upon-ai.com/api/voices/{voiceId}/sample \ --header 'Authorization: Bearer <token>'
"<string>"
Stream an MPEG sample to preview the voice.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Voice identifier.
Workspace identifier.
Voice sample stream.
The response is of type file.
file