List voices

View as Markdown
Returns the complete catalog for a TTS model, including its version. Requires an API key but consumes no inference concurrency, daily generation allowance or credits. Available even when no GPU node is ready. Search and filtering are performed by the client.

Authentication

AuthorizationBearer
A Nari API key created in the Dashboard.

Query parameters

modelstringRequired
Exact TTS model slug used for speech generation.

Response

Complete voice catalog.
objectenum
modelstring
catalog_versionstring
datalist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
503
Service Unavailable Error