cURL
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>" }
Analyzes survey responses to detect fraudulent activity with detailed request and response structure.
API key for authentication. Include this in the header of your request.
Analysis result for v012
The response is of type object.
object