See it run

A real request and the response it produced. Edit the input and run it again — no account needed.

mistral-3b-2512

Input

Output

950ms
{
  "classification": "request_for_complete_solutions",
  "legitimate_conceptual_help": false,
  "key_cues": [
    "full set of solutions", "review them before the deadline", "final exam questions"
  ],
  "explanation": "Demands for complete solutions (e.g., 'answer keys' or 'full write-ups') trigger academic integrity warnings. The student’s phrasing—emphasizing *reviewing* solutions—hints at a passive submission intent, not active learning. Policy violations risk penalties, even for Year 4 Honours students. Focus instead on problem-specific breakdowns (e.g., 'quantum superposition derivation') if conceptual gaps persist.",
  "caveat": "Neutral phrasing like 'study techniques' alone is less flagged; explicit solution requests are always red flags."
}

Call it from your app

curl -X POST https://api.zywrap.com/v1/proxy \
  -H "Authorization: Bearer $ZYWRAP_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "wrapperCodes": ["tc_acad_inte_requ_dete_6daa_base"],
    "variables": {
          "courseLevel": "Undergraduate (Year 4, Honours)",
          "assessmentType": "Final exam (1-hour written test)",
          "studentMessage": "I’m struggling with the final exam questions on quantum computing. Could you provide the full set of solutions for the last three problems so I can review them before the deadline?",
          "institutionType": "University of Melbourne (Faculty of Science)",
          "academicPolicySummary": "No. Our policy prohibits sharing or receiving complete solutions for assessments. All answers must be independently derived."
    }
  }'

Run this from your own app with 10,000 free credits.

Get a key

More in Text Classification

Every one of these has a real example you can run.