Skip to main content
GET
/
api
/
voices
/
{voiceId}
/
sample
Stream voice sample
curl --request GET \
  --url https://api.upon-ai.com/api/voices/{voiceId}/sample \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

voiceId
string
required

Voice identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

200 - audio/mpeg

Voice sample stream.

The response is of type file.