{ "opencollection": "1.0.0", "info": { "name": "Rapidata Asset Faucet API", "version": "v1" }, "items": [ { "info": { "name": "Faucet", "type": "folder" }, "items": [ { "info": { "name": "Returns a single Replicate model with its input parameter schema.", "type": "http" }, "http": { "method": "GET", "url": "https://api.rapidata.ai/leaderboard/faucet/replicate/models/:modelOwner/:modelName", "params": [ { "name": "modelOwner", "value": "", "type": "path", "description": "The owner of the hosted model." }, { "name": "modelName", "value": "", "type": "path", "description": "The model name." } ] }, "docs": "When supportsImageReference is true the model accepts a reference image that the\n platform auto-fills with a prompt's attached media; that input is excluded from the returned\n parameters and must not be configured by the customer." }, { "info": { "name": "Searches Replicate models by free-text term.", "type": "http" }, "http": { "method": "GET", "url": "https://api.rapidata.ai/leaderboard/faucet/replicate/models", "params": [ { "name": "search", "value": "", "type": "query", "description": "The free-text term to search models by." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor continuing a previous search; omit for the first page." } ] }, "docs": "Results are cursor-paginated: pass the returned nextCursor back as cursor to\n fetch the next page." }, { "info": { "name": "Sets the faucet used to auto-generate samples for a participant.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.rapidata.ai/participant/:participantId/faucet", "params": [ { "name": "participantId", "value": "", "type": "path", "description": "The id of the participant whose faucet to set." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the faucet used to auto-generate samples for a participant." }, { "info": { "name": "Removes the faucet configuration from a participant.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.rapidata.ai/participant/:participantId/faucet", "params": [ { "name": "participantId", "value": "", "type": "path", "description": "The id of the participant." } ] }, "docs": "Removes the faucet configuration from a participant." } ] } ], "bundled": true }