API: filter GET /v1/voices by type, locale, gender, and model
API: filter GET /v1/voices by type, locale, gender, and model
GET /v1/voices now accepts four optional query filters:
For example, fetch the catalogue voices that speak English and support simba-3.2:
Filters compose with pagination: pass limit (max page size 200) and page with cursor, reading until has_more is false.