AICoderProjectAPI
Presents AI Coder project in the Coder API
Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management
Properties
| Name |
Type |
Description |
| key |
integer |
Key of AI Coder project |
| description |
string |
Description of AI Coder project |
| questionKeys |
array |
Keys of analyzed questions |
| responsesCount |
integer |
Number of responses |
| responsesCodedCount |
integer |
Number of coded responses |
| codesAppliedCount |
integer |
Number of applied codes |
| owner |
string |
Name of user who owns the project |
| createDate |
string |
Date of the project's creation |
| updateDate |
string |
Date of the last updating |
| deleteDate |
string |
Date of the project's deletion |
| isPublic |
boolean |
True if the project is public (shared for all users), otherwise false |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "AICoderProjectAPI",
"required": [
"owner",
"questionKeys"
],
"type": "object",
"properties": {
"key": {
"type": "integer",
"description": "Key of AI Coder project",
"format": "int32"
},
"description": {
"type": "string",
"description": "Description of AI Coder project",
"nullable": true
},
"questionKeys": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"description": "Keys of analyzed questions",
"nullable": true
},
"responsesCount": {
"type": "integer",
"description": "Number of responses",
"format": "int32"
},
"responsesCodedCount": {
"type": "integer",
"description": "Number of coded responses",
"format": "int32"
},
"codesAppliedCount": {
"type": "integer",
"description": "Number of applied codes",
"format": "int32"
},
"owner": {
"type": "string",
"description": "Name of user who owns the project",
"nullable": true
},
"createDate": {
"type": "string",
"description": "Date of the project's creation",
"format": "date-time"
},
"updateDate": {
"type": "string",
"description": "Date of the last updating",
"format": "date-time"
},
"deleteDate": {
"type": "string",
"description": "Date of the project's deletion",
"format": "date-time",
"nullable": true
},
"isPublic": {
"type": "boolean",
"description": "True if the project is public (shared for all users), otherwise false"
}
},
"additionalProperties": false,
"description": "Presents AI Coder project in the Coder API"
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AICoderProjectAPI"
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 email required.
A second provider on the same verified email joins the account you already have.