cURL
curl --request GET \ --url https://api.rask.ai/v2/projects/{project_id}/voices \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "label": "<string>", "gender": "<string>", "sample_src": "<string>" } ]
Get list of project voices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
Voice list
Voice ID
Voice label
Voice gender
Voice sample link