A real request and the response it produced. Edit the input and run it again — no account needed.
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 keyEvery one of these has a real example you can run.
Spam vs Ham
Detect whether a message is unsolicited spam or a legitimate communication. Helps filter junk content before it reaches users or downstream systems.
Sentiment Classification (3-class)
Classifies text sentiment as positive, neutral, or negative and provides a label plus confidence. Useful for reviews, feedback streams, and social listening.
Academic Integrity Request Detection
Classify whether a student request likely seeks help that would violate academic integrity policies, such as asking for full solutions or ghostwriting. Helps education platforms and institutions flag risky requests.
Incident Report Business Impact Tier
Classify incident reports into business impact tiers such as minor, moderate, major, or critical based on described effects. Supports consistent severity assignment for incidents and outages.
Sales Lead Fit From Inbound Message
Score inbound sales messages into fit levels such as high, medium, or low based on need, budget, and alignment to the ideal customer profile. Helps sales teams prioritize follow-up and focus on the most promising opportunities.
Upsell and Cross-sell Opportunity Signal
Detect when customer messages indicate potential upsell or cross-sell opportunities and categorize the opportunity type. Helps revenue teams identify expansion signals hidden in everyday conversations.