Create AI Coding Batch Job
Analyze survey responses and code them into hierarchical categories
Authorizations
API key for authentication
Body
Unique string to identify the survey.
"CSAT-2024-Q1"
Full collection of survey responses by question.
Optional name for the survey. This is used to identify the survey in the Aftercare platform.
"Customer Satisfaction"
An optional description of the survey's purpose, used to help the AI understand the context behind thesurvey better.
"Quarterly survey tracking customer satisfaction and loyalty for the XYZ Company which sells xyz products"
Response
Unique identifier for the coding job
"123e4567-e89b-12d3-a456-426614174000"
Unique identifier for the survey
"CSAT-2024-Q1"
Status of the batch job that determines the structure of results
queued
, processing
, completed
, partial_failure
, total_failure
The results structure depends on the status value. If the job is successful, the results will be a list of question codes with a hierarchical tree of codes and subcodes. If the job fails, the results will be the error details.