POST
/
v012
Detailed survey response analysis for v012
curl --request POST \
  --url https://api.roundtable.ai/alias/v012 \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api_key>' \
  --data '{
  "participant_id": "participant_123",
  "question_histories": {
    "Q1": []
  },
  "questions": {
    "Q1": "How do you feel our product has impacted your daily workflow?"
  },
  "responses": {
    "Q1": "I really like pineapple on pizza."
  },
  "survey_id": "survey_456"
}'
{
  "error": false,
  "flagged": true,
  "model": "alias-v012",
  "num_checks_failed": 1,
  "checks": [
    "Automated test: Junk"
  ],
  "response_groups": {},
  "warning": "<string>"
}

Headers

api_key
string
required

API key for authentication. Include this in the header of your request.

Body

application/json

Response

200 - application/json

Analysis result for v012

The response is of type object.