Clarifai · Schema
Annotation
Clarifai Annotation schema - represents an annotation on an input
Artificial IntelligenceComputer-VisionNLPImage RecognitionObject DetectionText AnalysisVisual SearchMachine-LearningCustom Model TraininggRPC
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| input_id | string | |
| data | object | The data passed along in this annotation. |
| annotation_info | object | |
| user_id | string | DEPRECATED: Use worker.user.id instead. |
| model_version_id | string | |
| embed_model_version_id | string | DEPRECATED. |
| status | object | |
| created_at | string | |
| modified_at | string | When the annotation was modified. |
| trusted | boolean | |
| input_level | boolean | Is this the input level annotation. |
| consensus_info | object | |
| task_id | string | |
| worker | object | Worker is the worker that created the annotation. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/clarifai/refs/heads/main/json-schema/clarifaiapiAnnotation.json",
"title": "Annotation",
"description": "Clarifai Annotation schema - represents an annotation on an input",
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "The ID for the annotation"
},
"input_id": {
"type": "string",
"title": "ID of the input this annotation is tied to"
},
"data": {
"$ref": "#/definitions/apiData",
"description": "The data passed along in this annotation."
},
"annotation_info": {
"type": "object",
"title": "task_id is deprecated in annotation_info. Use task_id"
},
"user_id": {
"type": "string",
"description": "DEPRECATED: Use worker.user.id instead."
},
"model_version_id": {
"type": "string",
"title": "DEPRECATED: Use worker.model.model_version.id instead"
},
"embed_model_version_id": {
"type": "string",
"description": "DEPRECATED."
},
"status": {
"$ref": "#/definitions/apistatusStatus",
"title": "Annotation Status"
},
"created_at": {
"type": "string",
"format": "date-time",
"title": "When the annotation was created. We follow the XXXX timestamp\nformat. We use https://www.ietf.org/rfc/rfc3339.txt format:\n\"2006-01-02T15:04:05.999999Z\" so you can expect results like\nthe following from the API:\n\"2017-04-11T21:50:50.223962Z\""
},
"modified_at": {
"type": "string",
"format": "date-time",
"description": "When the annotation was modified."
},
"trusted": {
"type": "boolean",
"title": "Whether or not this annotation is trusted\nWill be deprecated"
},
"input_level": {
"type": "boolean",
"description": "Is this the input level annotation."
},
"consensus_info": {
"type": "object",
"title": "Consensus review related information, e.g.\n* annotation group\n* id of annotation parent, in case the annotation was split from another annotation"
},
"task_id": {
"type": "string",
"title": "The id of the task annotation belongs to"
},
"worker": {
"$ref": "#/definitions/apiWorker",
"description": "Worker is the worker that created the annotation."
}
}
}
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/clarifaiapiAnnotation"
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.