Get voice

Get voice

get
Authorizations
Path parameters
idstringRequired

The unique ID of the voice to retrieve.

Responses
200

Successful response

application/json
get
GET /api/v1/audio/voices/{id} 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