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

1896ms
{
  "scopeDecision": {
    "covered": {
      "reason": "API rate limits for refunds >$500 align with Enterprise Support scope (Tier 3) for billing automation enhancements in Salesforce Billing Cloud (v2023.2).",
      "products": ["Salesforce Billing Cloud", "API Gateway (US East, N. Virginia)"],
      "priority": "High",
      "contractNote": "Explicitly excluded for <$500 refunds; documented add-ons required for >$500.",
      "impact": "100+ customers affected; escalate to contract compliance if no add-on exists."
    },
    "uncovered": null,
    "nextSteps": {
      "owner": "Contract/Compliance Team",
      "timeline": "Within 48 hours",
      "action": "Verify contract add-on for >$500 refunds; document resolution for billing automation limits."
    }
  },
  "keyCaveats": [
    "Rate limits are tier-dependent; Tier 3 may have higher thresholds than standard tiers.",
    "API Gateway region-specific; US East may have unique rate limits per documentation."
  ]
}

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_supp_enti_scop_clas_8692_base"],
    "variables": {
          "region": "US East (N. Virginia)",
          "ticketText": "Our SaaS billing system fails to process refunds for failed payments over $500 due to API rate limits. This affects 100+ customers.",
          "accountTier": "Enterprise (Tier 3)",
          "contractNotes": "Explicitly excluded from SLA for refunds under $500 unless documented in contract add-ons.",
          "productContext": "Customer uses **Salesforce Billing Cloud** (v2023.2) with **API Gateway** integration in **US East (N. Virginia)**.",
          "entitlementSummary": "Enterprise Support for API rate limits and billing automation enhancements."
    }
  }'

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.