Replicate source
Overview
The Replicate source connector connects to the Replicate API using an API token.
At this time, the connector supports credential validation but does not yet support extraction (sync). Attempting to run a sync will fail with an “in development” error.
Setup
Prerequisites
- A Replicate account
- A Replicate API token
Get your API token
- Log in to Replicate.
- Create or copy an API token from your Replicate account settings.
- Store the token securely (for example, in a secrets manager).
Authentication
This connector authenticates using a Bearer token sent to the Replicate API.
- Auth type: API token (Bearer)
- Validation endpoint:
GET https://api.replicate.com/v1/account
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Your Replicate API token used for Bearer authentication. |
Streams
No streams are currently available.
- The connector currently returns an empty catalog.
- Extraction/sync is not implemented yet.
Limitations
- Extraction is not supported yet. Running a sync will fail with an error indicating the connector is still in development.
- No objects/streams are exposed at this time.