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.
A unique identifier for the participant.
"participant_123"
Contains the survey questions. Each key is the id of the question, and the values are the text of the open-ended survey questions as shown to the participant.
{
"Q1": "How do you feel our product has impacted your daily workflow?"
}Records the participant's final responses to each question.
{ "Q1": "I really like pineapple on pizza." }A unique identifier for the survey.
"survey_456"
Records the changes made by the participant while answering the survey. Each key is the id of the question, and the value is the array of changes generated by our Javascript tracker.
{ "Q1": [] }Analysis result for v012
Indicates if there was an error in processing the request.
Indicates if any fraudulent activity was detected. If true, we recommend reviewing the participant's responses.
String specifying the model type.
"alias-v012"
Number of checks that failed.
1
Details of specific checks and their outcomes. Available options include:
["Automated test: Junk"]Dictionary where key corresponds to question_id and value corresponds to the cluster of duplicated responses.
A message that provides additional context or information about potential issues detected during the request processing. Only returned if there is a warning.