Voxco · Schema

AICoderCodeStudyV3Request

Parameters for study analysis using Codebook Builder via `POST /AICoder/Analyze/v3`.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
questionKeys array Set of questions to analyze
codebookBuilder object
includeCodedResponses boolean Should coded responses be included into analysis
wordsToIgnore array Set of words to ignore during analysis
generativeAIOptions object
nonGenerativeAIOptions object
useGenerativeAI boolean Use or not generative AI for analysis
View JSON Schema on GitHub

JSON Schema

AICoderCodeStudyV3Request.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AICoderCodeStudyV3Request",
  "required": [
    "questionKeys"
  ],
  "type": "object",
  "properties": {
    "questionKeys": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "int32"
      },
      "description": "Set of questions to analyze",
      "nullable": true
    },
    "codebookBuilder": {
      "$ref": "#/components/schemas/CodebookBuilderV3Options"
    },
    "includeCodedResponses": {
      "type": "boolean",
      "description": "Should coded responses be included into analysis"
    },
    "wordsToIgnore": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Set of words to ignore during analysis",
      "nullable": true
    },
    "generativeAIOptions": {
      "$ref": "#/components/schemas/GenerativeAIOptions"
    },
    "nonGenerativeAIOptions": {
      "$ref": "#/components/schemas/NonGenerativeAIOptions"
    },
    "useGenerativeAI": {
      "type": "boolean",
      "description": "Use or not generative AI for analysis"
    }
  },
  "additionalProperties": false,
  "description": "Parameters for study analysis using Codebook Builder via `POST /AICoder/Analyze/v3`."
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AICoderCodeStudyV3Request"
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.