A real request and the response it produced. Edit the input and run it again — no account needed.
Input
Output
1271ms{
"upsellCrossSellSignal": {
"detected": true,
"type": "cross-sell",
"reason": "API access in Professional Plus enables CRM integration (seamless workflows), addressing a non-core need beyond Enterprise’s advanced dashboards",
"classification": "explicit need",
"impact": "reduces friction for workflow automation; lower cost than Enterprise while meeting immediate integration needs",
"nextSteps": {
"owner": "Sales/CSM",
"timeline": "Day 1",
"action": "Confirm API integration scope with customer; validate if Professional Plus meets workflow requirements before upselling Enterprise"
},
"caveat": "Enterprise’s advanced analytics may still be needed if team scales beyond Professional Plus limits (e.g., >100 seats)"
},
"example": {
"scenario": "A healthcare EHR provider using CRM integrations to sync patient data with care workflows—Professional Plus bridges CRM gap without full Enterprise feature set",
"tradeoff": "API-first approach vs. full analytics power"
}
}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_upse_cros_oppo_sign_8c82_base"],
"variables": {
"industry": "Healthcare Technology (EHR/EMR SaaS)",
"customerTier": "Premium",
"currentPlanName": "Business Standard",
"customerMessage": "Our current plan doesn’t cover our team’s need for real-time analytics dashboards. We’re looking into upgrading to the Enterprise tier for those features, but also wondering if the Professional Plus plan’s API access could integrate with our existing CRM system for seamless workflows.",
"accountHistoryNotes": "Last upgraded from Basic to Business Standard 6 months ago; expanding beyond core team by 30%. High retention but needs for scalability and integrations.",
"productCatalogSummary": "Premium Analytics Suite (Enterprise) – Advanced dashboards, API access, custom reporting; Professional Plus – CRM integrations, basic analytics, limited seats."
}
}'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.
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.