認証
ベアラー トークンとして API キーを送信します。キーには links.view 権限が付与されている必要があります。権限のないキーは 404 ではなく 403 で拒否されます。
このエンドポイントは組織IDを受け付けません。お使いのキーによって所属する組織がすでに特定されており、レスポンスはその組織にスコープされます。
試してみる
アングルブラケット内のすべてをご自身の値に置き換え、キーのプレースホルダーをご利用中のダッシュボードのキーに置き換えてください。
curl -X GET https://api.zinndigital.com/v1/ai/models \
-H "Authorization: Bearer zdk_live_…"ログインしていますか?ダッシュボード内のAPIコンソールでは、実際の組織IDやお客様ご自身のキーが自動入力され、ライブAPIに対してリクエストが実行されるため、実際のレスポンスを確認することができます。 API コンソールでこのエンドポイントを開く
詳細
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`.
パラメータ
| 名前 | タイプ | 必須 | これがその内容です |
|---|---|---|---|
provider (query) | AiProviderCode | いいえ | — |
modality (query) | string<text, image> | いいえ | — |
status (query) | string<all> | いいえ | `all` includes discovered and failed models. Omit for verified only. |
返信
| 名前 | タイプ | 必須 | これがその内容です |
|---|---|---|---|
data | AiModel[] | はい | — |
このエンドポイントが返すエラー
401 · 403 · 429