node.js
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" } ] }
Returns a list of all available voices with their properties
Your API key as a Bearer token
Successfully retrieved voices
The response is of type object.
object