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
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are 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