Clarifai · Schema
apiPostInputsRequest
Clarifai apiPostInputsRequest schema
Artificial IntelligenceComputer-VisionNLPImage RecognitionObject DetectionText AnalysisVisual SearchMachine-LearningCustom Model TraininggRPC
Properties
| Name | Type | Description |
|---|---|---|
| user_app_id | object | |
| inputs | array | |
| inputs_add_job_id | string | Collect statistics about created inputs in job with given ID. * If job ID is empty, then job is not created. * If job ID is non-empty and doesn't already exist, then a new job will be created with giv |
| input_id_conflict_resolution | object | How to handle input ID conflicts. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/clarifai/refs/heads/main/json-schema/apiPostInputsRequest.json",
"title": "apiPostInputsRequest",
"description": "Clarifai apiPostInputsRequest schema",
"type": "object",
"properties": {
"user_app_id": {
"$ref": "#/definitions/apiUserAppIDSet"
},
"inputs": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/apiInput"
},
"title": "List of inputs to post.\nFor each input, the following fields are used:\n* id\n* data\n* dataset_ids"
},
"inputs_add_job_id": {
"type": "string",
"description": "Collect statistics about created inputs in job with given ID.\n* If job ID is empty, then job is not created.\n* If job ID is non-empty and doesn't already exist, then a new job will be created with given ID.\n* If job ID does already exist, then new inputs statistics are merged with previous inputs statistics."
},
"input_id_conflict_resolution": {
"$ref": "#/definitions/apiInputIDConflictResolution",
"description": "How to handle input ID conflicts."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apiPostInputsRequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.