v1

latestOpenAPI 3.1.02026-07-265094114.0 KB
Voices

Retrieve voice by ID

Retrieve a voice by ID

get/v1/tones/{toneId}

Path parameters

toneIdstring required
Example:ton_2ee766eaa4ef48e59da1d9602bfecf2d

The voice's unique ID

Response

Retrieve voice by ID

requestIdstring
resourcestring

Example response

{
  "requestId": "bce766ea-a4ef-48e5-9da1-d9602bfecf2d",
  "resource": "tone",
  "data": {
    "name": "It's-a me, Mario!",
    "value": "This voice is energetic, playful, and humorous, characterized by exclamations, wordplay, and a confident, charismatic character, with techniques including catchphrases, direct address, and hyperbole to engage and entertain the audience.",
    "settings": {
      "appVisibility": "visible"
    },
    "id": "ton_2ee766eaa4ef48e59da1d9602bfecf2d",
    "createdAt": "2023-09-21T15:38:00.474Z",
    "updatedAt": "2023-09-21T15:38:00.474Z"
  }
}