Voxco · Schema

CodebookBuilderV3Options

Codebook Builder options for `POST /AICoder/Analyze/v3`.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
codebookGranularity integer Approximate target number of codes in the generated codebook.
creationMethod object
minimumResponsesPerCode integer Minimum number of responses that should support a code (segment frequency threshold for Codebook Builder).
classificationStrictness integer How strictly open-ended responses must align with a code during classification, expressed as a percentage (higher is stricter).
maxTopicBasedCodesEnabled boolean When true, limits how many topic-based codes may appear in the codebook.
maxTopicBasedCodes integer Maximum number of topic-based codes when CoderApiV2.Models.Coder.CodebookBuilderV3Options.MaxTopicBasedCodesEnabled is true.
analyzeByClosedEnd object
View JSON Schema on GitHub

JSON Schema

CodebookBuilderV3Options.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CodebookBuilderV3Options",
  "type": "object",
  "properties": {
    "codebookGranularity": {
      "type": "integer",
      "description": "Approximate target number of codes in the generated codebook.",
      "format": "int32",
      "example": 100
    },
    "creationMethod": {
      "$ref": "#/components/schemas/CodebookBuilderCreationMethod"
    },
    "minimumResponsesPerCode": {
      "type": "integer",
      "description": "Minimum number of responses that should support a code (segment frequency threshold for Codebook Builder).",
      "format": "int32",
      "example": 3
    },
    "classificationStrictness": {
      "type": "integer",
      "description": "How strictly open-ended responses must align with a code during classification, expressed as a percentage (higher is stricter).",
      "format": "int32",
      "example": 80
    },
    "maxTopicBasedCodesEnabled": {
      "type": "boolean",
      "description": "When true, limits how many topic-based codes may appear in the codebook."
    },
    "maxTopicBasedCodes": {
      "type": "integer",
      "description": "Maximum number of topic-based codes when CoderApiV2.Models.Coder.CodebookBuilderV3Options.MaxTopicBasedCodesEnabled is true.",
      "format": "int32",
      "example": 10
    },
    "analyzeByClosedEnd": {
      "$ref": "#/components/schemas/AnalyzeByClosedEndOption"
    }
  },
  "additionalProperties": false,
  "description": "Codebook Builder options for `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/CodebookBuilderV3Options"
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.