Model APIs
All Model APIs
List Model APIs visible to the caller. By default returns the full catalog; pass added_only=true to restrict to Model APIs the workspace has added.
GET
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Query Parameters
Opaque cursor returned by a previous page. Omit to fetch the first page.
Maximum number of items to return.
Required range:
1 <= x <= 1000When true, restrict the result to Model APIs the workspace has added. Defaults to the full visible catalog.
cURL