POST
/
v021
curl --request POST \
  --url https://api.roundtable.ai/alias/v021 \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api_key>' \
  --data '{
  "fingerprint_id": "fp_789xyz",
  "survey_id": "survey_456",
  "participant_id": "participant_123",
  "questions": {
    "Q1": "How do you feel our software has impacted your daily workflow?"
  },
  "responses": {
    "Q1": "I really like pineapple on pizza."
  },
  "question_histories": {
    "Q1": [
      {
        "s": "I",
        "t": 0
      },
      {
        "s": "Im",
        "t": 429
      }
    ]
  },
  "low_effort_threshold": 0
}'
{
  "error": false,
  "flagged": true,
  "num_checks_failed": 1,
  "response_groups": {
    "Q1": 1
  },
  "checks": {
    "Q1": [
      "Automated test: Off-topic"
    ]
  },
  "effort_ratings": {
    "Q1": 4
  },
  "typing_url": "<string>",
  "model": "alias-v021",
  "fingerprint_checks": {
    "device_id": "3pzig2Tu5GtqHY1Kh1p3",
    "ip_country": "United States",
    "bot": false,
    "vpn": false,
    "incognito": false,
    "tampering": false,
    "virtual_machine": false,
    "duplicate": false,
    "error": false
  }
}

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

The response is of type object.