List voices

List voices

get

Gets a list of all voices available for text-to-speech.

Authorizations
Query parameters
localestring · enumOptional

The locale for which to retrieve voices.

Default: autoPossible values:
pagenumberOptional

The page number to retrieve.

Default: 0
limitnumber · max: 10000000Optional

The maximum number of items per page.

Default: 20
Responses
200

Successful response

application/json
get
GET /api/v1/audio/voices HTTP/1.1
Host: shortgenius.com
Authorization: Bearer JWT
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "description": null,
    "avatar_url": null,
    "flag_url": null,
    "tags": {
      "language": null,
      "accent": null,
      "age": null,
      "category": null,
      "gender": null,
      "tone": null,
      "useCase": null
    },
    "preview_url": null,
    "locale": "af-ZA",
    "source": "Cartesia"
  }
]

Last updated