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

Rapidata Faucet API

The Faucet API from Rapidata — 3 operation(s) for faucet.

Rapidata Faucet API is one of 55 APIs that Rapidata publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Faucet. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 4 operations across 3 paths, and defines 8 schemas. It is described by OpenAPI 3.0.4, at version v1.

Requests are made against a single base URL, https://api.rapidata.ai/.

4 operations 3 paths 8 schemas 1 DELETE2 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
v1
Base URL
https://api.rapidata.ai/
Authentication
OpenID Connect
Resource Areas
1

Authentication & Security 1

Rapidata Faucet API declares 1 security scheme for authenticating requests. It supports OpenID Connect (OpenIdConnect) discovered at https://auth.rapidata.ai/.well-known/openid-configuration.

  • OpenIdConnect — OpenID Connect connection flow

Paths & Operations 4

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

Faucet 4
GET
/leaderboard/faucet/replicate/models/{modelOwner}/{modelName}
Returns a single Replicate model with its input parameter schema.
2 params → 200400401403
GET
/leaderboard/faucet/replicate/models
Searches Replicate models by free-text term.
2 params → 200400401403
DELETE
/participant/{participantId}/faucet
Removes the faucet configuration from a participant.
1 param → 204400401403
PUT
/participant/{participantId}/faucet
Sets the faucet used to auto-generate samples for a participant.
1 param body → 204400401403

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are GetReplicateModelEndpoint_Parameter (10 properties), GetReplicateModelEndpoint_Output (8 properties), ValidationProblemDetails (6 properties), IFaucetInputReplicateFaucetInput (5 properties). Each schema is shown below with its type and property counts.

GetReplicateModelEndpoint_Output
object
8 properties 4 required
ReplicateModelParameterType
SearchReplicateModelsEndpoint_Output
object
2 properties 1 required
SearchReplicateModelsEndpoint_Model
object
5 properties 2 required
ValidationProblemDetails
object
6 properties
IFaucetInputReplicateFaucetInput
object
Configures a faucet that generates samples via the Replicate API.
5 properties 3 required
IFaucetInput
object
Polymorphic request body describing a faucet to configure on a participant. The concrete type is selected by the t discriminator (e.g. "Replicate").
1 required
GetReplicateModelEndpoint_Parameter
object
10 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rapidata-faucet-api-openapi.yml Raw ↑

Other APIs Rapidata publishes across the network.

Rapidata Asset API
Rapidata Audience API
Rapidata BatchUpload API
Rapidata Benchmark API
Rapidata Billing API
Rapidata BillingAccount API
Rapidata Cache API
Rapidata Campaign API
Rapidata Client API
Rapidata ContextShortening API
Rapidata Customer API
Rapidata CustomerRapid API