Voxco · Example Payload

Post Aicoder_Analyze_V3 Request

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Post Aicoder_Analyze_V3 Request is an example object payload from Voxco, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

questionKeyscodebookBuilderincludeCodedResponseswordsToIgnoregenerativeAIOptionsnonGenerativeAIOptionsuseGenerativeAI

Example Payload

Raw ↑
{
  "questionKeys": [
    100,
    101,
    102,
    103
  ],
  "codebookBuilder": {
    "codebookGranularity": 100,
    "creationMethod": "AIGenerated",
    "minimumResponsesPerCode": 3,
    "classificationStrictness": 80,
    "maxTopicBasedCodesEnabled": false,
    "maxTopicBasedCodes": 10,
    "analyzeByClosedEnd": null
  },
  "includeCodedResponses": false,
  "wordsToIgnore": [
    "some",
    "words",
    "to",
    "ignore"
  ],
  "generativeAIOptions": {
    "dataIsAbout": null,
    "codebookLanguage": "en"
  },
  "nonGenerativeAIOptions": {
    "splitCharacters": ".!?|",
    "splitWords": [
      "but",
      "however",
      "nevertheless",
      "nonetheless",
      "yet",
      "thus",
      "also",
      "additionally",
      "nor",
      "and"
    ],
    "responsesAreAllEnglish": true
  },
  "useGenerativeAI": true
}