GET
/
v2
/
projects
/
{project_id}
/
voices
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>"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Project ID

Response

200
application/json
Voice list
id
string
required

Voice ID

label
string
required

Voice label

gender
string
required

Voice gender

sample_src
string | null

Voice sample link