cURL
curl --request GET \ --url https://api.rask.ai/v2/projects/{project_id}/voices \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "label": "<string>", "sample_src": "<string>", "gender": "<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
The response is of type Voice · object[].
Voice · object[]