Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.boson.ai/v1/voices \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "voice": "<string>", "description": "<string>", "created_at": "<string>" } ] }
List the reference voices registered under your API key.
Your Boson API key, sent as Authorization: Bearer $BOSON_API_KEY.
Authorization: Bearer $BOSON_API_KEY
A list of voices.
list
Show child attributes