List Catalog Provider Model Voices
Authentication
Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.
Path parameters
Headers
Query parameters
Zero-based pagination offset.
Page size (max 100).
Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.
Zero-based pagination offset.
Page size (max 100).
List platform voices available for a specific provider and model.
Returns a paginated list of voices from the platform catalog (system
workspace) that declare support for the given model. A voice can appear
under multiple models when its supported_models list includes more than
one entry; voices with no supported models are excluded from all model
listings.
Each voice includes gender, age, accent, supported locales, and a short-lived
presigned preview_url for the audio sample — do not cache these URLs across
sessions. The response pagination.total field reflects the total match count
for the provider/model pair.
For the workspace voice picker (which merges platform and workspace-scoped
voices and supports favorite/similarity filtering), use GET /voices with
?provider= and ?model= query parameters instead.
Returns 404 if the provider or model is not recognized.