How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Voxco AICoder API

The AICoder API from Voxco — 15 operation(s) for aicoder.

Voxco AICoder API is one of 11 APIs that Voxco publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AICoder. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 15 operations across 15 paths, and defines 40 schemas. It is described by OpenAPI 3.0.4, at version v2.

Requests are made against 3 base URLs: https://api.goascribe.us/coder/v2, https://api.goascribe.eu/coder/v2, https://api-ca.goascribe.com/coder/v2.

15 operations 15 paths 40 schemas 7 GET8 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
v2
Base URL
https://na1.voxco.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Voxco AICoder API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer). By default, every request must be authenticated.

  • Bearer — Please enter a valid bearer token. It should be in the format "bearer eyJhbGciOiJSU..." It will be added to the "Authentication" HTTP header

Paths & Operations 15

Across 15 paths, the API surfaces 15 operations — 7 GET, 8 POST. Each is listed below with its method, path, parameters, and response codes.

AICoder 15
POST
/AICoder/Export/Excel
Initiates a new task to export AI Coder project data into an Excel file.
body → 200
GET
/AICoder/Export/Excel/{taskStatusKey}
Retrieves the current status of an Excel file export task.
1 param → 200
POST
/AICoder/Export/Codebook
Initiates a new task to export the generated codebook from an AI Coder project to a Coder study.
body → 200
GET
/AICoder/Export/Codebook/{taskStatusKey}
Retrieves the current status of Codebook export task.
1 param → 200
POST
/AICoder/Analyze/v3
Initiates a new task for analyzing study using Codebook Builder (UI-aligned v3 contract).
body → 200
POST
/AICoder/Analyze
Initiates a new task for analyzing study.
body → 200
POST
/AICoder/Analyze/Incremental
Initiates a new task for incremental analyzing study.
body → 200
GET
/AICoder/Analyze/{taskStatusKey}
Retrieves a status of analyzing (incremental analyzing) study task.
1 param → 200
GET
/AICoder/Analyze/Codebooks
Retrieves a list of available codebooks from AI Coder projects.
→ 200
POST
/AICoder/NetCodes
Initiates a new task for grouping codes into target net.
body → 200
GET
/AICoder/NetCodes/{taskStatusKey}
Retrieves a status of grouping codes to target net task.
1 param → 200
GET
/AICoder/Projects
Retrieves a list of all AI Coder projects that available to current user.
→ 200
POST
/AICoder/Links
Create new link(s) to an AI Coder project
body → 200
POST
/AICoder/Export/Dichotomous
Initiates a new task for exporting of dichotomous report
body → 200
GET
/AICoder/Export/Dichotomous/{taskStatusKey}
Retrieves a status of exporting of dichotomous report task.
1 param → 200

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are AICoderCodeStudyRequest (12 properties), AICoderProjectAPI (11 properties), CodebookBuilderV3Options (7 properties), AICoderCodeStudyV3Request (7 properties). Each schema is shown below with its type and property counts.

GenerativeAIOptions
object
Generative AI options
2 properties
CodebookGranularityOption
string
Defines the desired level of granularity (detail) for the automatically generated codebook themes.
AICoderDichotomousExportRequest
object
Contains request data of the exporting to dichotomous report file task
3 properties 1 required
AICoderProjectAPI
object
Presents AI Coder project in the Coder API
11 properties 2 required
AICoderCreateLinkRequest
object
Request data for AICoderCreateLinks method.
3 properties 1 required
AICoderLink
object
Class contains information about AI Coder link.
3 properties 1 required
AssignTopSegmentsOptions
object
Assign top segments options
3 properties
AICoderCodeStudyRequest
object
Contains parameters for study analyzing task
12 properties 1 required
AnalyzeByClosedEndCodesOption
object
Represents a specific code to consider when using the CoderApiV2.Models.Coder.AnalyzeByClosedEndOption.
2 properties 1 required
AICoderCodeStudyStatusOfTaskResponse
object
Contains current status of analyzing study task
3 properties
CodebookBuilderCreationMethod
string
How the Codebook Builder should derive themes and codes from open-ended responses.
AICoderCodeStudyIncrementallyResponse
object
Contains key of incremental study analyzing task
2 properties
AICoderCodebookExportGetStatusOfTaskResponse
object
Contains current status of exporting codebook into Coder task
2 properties
AICoderCodebookExportResponse
object
Contains key of codebook exporting into Coder task
2 properties
NonGenerativeAIOptions
object
Non-generative AI options
3 properties
ExportToCoderType
string
ExistingCodebookOptions
object
Options for analyzing of existing codebook
3 properties
AICoderGroupCodesResponse
object
Contains key of grouping codes into target net task
2 properties
AICoderExcelExportResponse
object
Contains response data from the method that start exporting to Excel file task
2 properties 1 required
CodebookBuilderV3Options
object
Codebook Builder options for POST /AICoder/Analyze/v3.
7 properties
CodebookItem
object
2 properties
AnalyzeByClosedEndOption
object
Configuration for generating themes based on responses grouped by a closed-ended question.
2 properties 1 required
AICoderDichotomousExportGetStatusOfTaskResponse
object
Contains current status of generating dichotomous report task
3 properties
AssignSegmentSiblingsOptions
object
Assign segment siblings options
3 properties
AICoderCodeStudyV3Request
object
Parameters for study analysis using Codebook Builder via POST /AICoder/Analyze/v3.
7 properties 1 required
AICoderCodebookExportRequest
object
Contains parameters for codebook exporting into Coder task
4 properties 2 required
AICoderGetProjectsTaskResponse
object
Constains AI Coder projects which are available for current user
2 properties
AICoderGroupCodesRequest
object
Contains parameters for grouping codes into target net task
3 properties 3 required
AICoderDichotomousExportResponse
object
Contains key of generating dichotomous report task
2 properties
AICoderAnalyzeGetCodebooksResponse
object
Contains list of available codebooks for using in further interaction with the API
2 properties
CodebookAIOptions
object
Common codebook's options
4 properties
AICoderGroupCodesStatusOfTaskResponse
object
Contains a current status of grouping codes into target net task
2 properties
EnhancedThemeExtractorOptions
object
Enhanced theme extractor options
5 properties
AICoderCodeStudyResponse
object
Contains key of study analyzing task
2 properties
AICoderCreateLinkResponse
object
Response data for AICoderGetLinks method.
2 properties
MergeSimilarOptions
object
Merge similar codes options
2 properties
CodebookInitialOptions
object
Codebook initial options
3 properties
AICoderExcelExportGetStatusOfTaskResponse
object
Contains status and result of exporting to Excel file task
3 properties 1 required
AICoderCodeStudyIncrementallyRequest
object
Contains parameters for incremental study analyzing task.
2 properties 1 required
AICoderExcelExportRequest
object
Contains request data of the exporting to Excel file task
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

voxco-aicoder-api-openapi.yml Raw ↑

Other APIs Voxco publishes across the network.

Voxco Codebooks API
Voxco Companies API
Voxco Exports API
Voxco Languages API
Voxco Questions API
Voxco Responses API
Voxco Sessions API
Voxco Studies API
Voxco StudyRespondents API
Voxco Users API
Where this information came from

This is an independent, third-party profile of Voxco AICoder API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.