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

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 key

More in Text Classification

Every one of these has a real example you can run.