A real request and the response it produced. Edit the input and run it again — no account needed.
Input
Output
1709ms{
"leadFit": "High",
"fitTier": "Strong",
"keyAlignment": {
"ICP": {
"Company": "Perfect match (75 employees, EMEA, SaaS)",
"Use Case": "DevOps pipeline scaling (30% growth, CI/CD integration)",
"Budget": "$50K aligns with ICP’s $40K–$80K range",
"Pain Points": "Seeks long-term ROI > Product X’s demo focus"
},
"Constraints": {
"Budget": "$50K/year is within range but tight (prior demo may have overpromised)",
"Tech Stack": "AWS/GCP + Jenkins/Jira compatibility critical (no red flags)",
"Timing": "Exploring alternatives post-demo suggests active evaluation"
},
"Intent": "High readiness: Budget allocated, demo attended, ROI-driven search"
},
"nextSteps": {
"Owner": "Sales (Account Executive)",
"Action": "Schedule 15-minute discovery call to validate ROI metrics, CI/CD integration specifics, and address Product X’s gaps",
"Timeline": "Within 24 hours",
"Budget": "No cost (qualification-focused)"
},
"caveats": [
"Budget tightness may require creative upsell (e.g., phased rollout)",
"Prior demo with [Product X] may imply lingering hesitance—address head-on"
],
"recommendation": {
"Action": "Move to Priority Queue (Tier 1)",
"Rationale": "Strong ICP alignment, explicit use case, and active evaluation signal"
}
}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_sale_lead_fit_from_inbo_me_cfea_base"],
"variables": {
"region": "Europe (UK/France)",
"messageText": "Hi, we’re a mid-market SaaS company of 75 employees in EMEA, looking to scale our DevOps pipeline by 30%. Budget is $50K/year for a tool that integrates with our CI/CD platform. Prior demo attended last month with [Product X], but we’re exploring alternatives for better long-term ROI.",
"companySizeHint": "75 employees (mid-market)",
"productCategory": "DevOps/DevSecOps Platforms",
"priorTouchpoints": "Attended demo with [Product X] (last month), no follow-up from them. No other prior engagements.",
"idealCustomerProfileSummary": "Growing SaaS companies (50–150 employees) in EMEA with DevOps/DevSecOps needs, budgeting $40K–$80K annually, prioritizing integration with CI/CD tools, and seeking scalable solutions for pipeline optimization. Tech stack: AWS/GCP, Jenkins/Jira."
}
}'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.
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.