Autenticazione
Invia una chiave API come token di tipo bearer. La chiave deve disporre dell'autorizzazione links.view; una chiave sprovvista di tale autorizzazione viene rifiutata con 403 anziché 404.
Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.
Provalo
Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.
curl -X GET https://api.zinndigital.com/v1/ai/models \
-H "Authorization: Bearer zdk_live_…"Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API
Dettagli
Models read from each provider's own endpoint and **proven against our prompts** before being offered. ⚖️ Owner instruction 2026-08-20: *"auto update of the latest models they release so it stays up to date … and it must test it works with our system and prompts."* ⛔ Returns `verified` models only unless `status=all` is passed. A `discovered` row has been listed by the provider and never called by us; offering one is how a customer's scheduled run fails on a model nobody has ever tried. Requires `links.view`.
Parametri
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
provider (query) | AiProviderCode | No | — |
modality (query) | string<text, image> | No | — |
status (query) | string<all> | No | `all` includes discovered and failed models. Omit for verified only. |
Risposta
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
data | AiModel[] | Sì | — |
Errori che questo endpoint può restituire
401 · 403 · 429