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

1447ms
{
  "classification": "spam",
  "reasoning": {
    "expectation": "Low",
    "value": "Irrelevant",
    "red flags": [
      "Use of 'URGENT' and 'suspension' creates false urgency",
      "Generic 'verify identity' demand lacks context",
      "Limited-time offer implies pressure tactic",
      "No personalization; generic 'click here' link"
    ],
    "example": "Fake Amazon Prime alerts often exploit fear of suspension to drive clicks, despite no legitimate verification process requiring immediate action."
  }
}

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_spam_vs_ham_base"],
    "variables": {
          "threshold": 0.92,
          "sourceText": "URGENT: Your Amazon Prime account is about to be suspended! Click [HERE] to verify your identity immediately. Limited time offer!",
          "languageHint": "en-US",
          "returnEvidenceSpans": true
    }
  }'

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.