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

1213ms
{
  "businessImpactTier": "Tier 3 (High)",
  "rationale": {
    "breadth": "Affected 500K+ users across 3 regions (US, Canada, UK, Germany, France, Australia, Japan) with enterprise clients (Netflix, Spotify) and retail giants (Best Buy, Walmart).",
    "timeSensitivity": "30-minute peak disruption during Black Friday sales peak (high urgency for revenue recovery).",
    "consequenceSeverity": "$250K+ direct revenue loss; checkout failures cripple core e-commerce platform.",
    "impactScale": "Global scale + high revenue impact → Tier 3 (High) for critical systems with cascading business impact."
  },
  "nextDecision": {
    "owner": "IT + Revenue Operations",
    "timeline": "Within 2 hours",
    "required": "Implement root cause isolation (e.g., failover testing) and coordinate with partners (Netflix, Walmart) for compensation/mitigation plans."
  }
}

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_inci_repo_busi_impa_tier_16bf_base"],
    "variables": {
          "serviceTier": "critical",
          "affectedRegions": [
                "North America (US, Canada)",
                "Europe (UK, Germany, France)",
                "Asia-Pacific (Australia, Japan)"
          ],
          "businessContext": "Core e-commerce platform serving 500K+ global users; payment failures disrupt checkout flows and revenue.",
          "incidentDescription": "Downtime in the global payment processing system caused 12,000 failed transactions in 30 minutes during Black Friday sales peak.",
          "customersImpactedHint": "Enterprise clients (Netflix, Spotify) and retail partners (Best Buy, Walmart) affected; direct revenue loss estimated at $250K+."
    }
  }'

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.