GET
/
voices
/
list
const voices = await suonora.voices.list();
console.log('Available voices:', voices);
{
  "success": true,
  "data": [
    {
      "id": "axel",
      "name": "Axel",
      "gender": "male",
      "language": "en-US",
      "preview_url": "https://api.suonora.com/v1/voices/axel/preview"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your API key as a Bearer token

Response

200
application/json

Successfully retrieved voices

The response is of type object.