A real request and the response it produced. Edit the input and run it again — no account needed.
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 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.
Support Entitlement Scope Classification
Classify support tickets as in-scope or out-of-scope for a customer support entitlement and, if out-of-scope, into reason categories. Helps support teams apply entitlement boundaries consistently.
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.