Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Replicate Collections API

The Collections API from Replicate — 2 operation(s) for collections.

Replicate Collections API is one of 16 APIs that Replicate publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Collections. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 2 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 1.0.0-a1.

Requests are made against a single base URL, https://api.replicate.com/v1.

2 operations 2 paths 0 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0-a1
Server
https://api.replicate.com/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Replicate Collections API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (All API requests must include a valid API token in the `Authorization` request header. The token must be prefixed by "Bearer", followed by a space and the token value. Example: `Authorization: Bearer r8_Hw***********************************` Find your tokens at https://replicate.com/account/api-tokens ) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Collections 2
GET
/collections
List Collections of Models
collections.list → 200
GET
/collections/{collection_slug}
Get a Collection of Models
collections.get 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

replicate-collections-api-openapi.yml Raw ↑

Other APIs Replicate publishes across the network.

Replicate Accounts API
Replicate Cancel API
Replicate Deployments API
Replicate Hardware API
Replicate Model API
Replicate Models API
Replicate Name API
Replicate Owner API
Replicate Predictions API
Replicate Secrets API
Replicate Slug API
Replicate Training API