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

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 key

More in Text Classification

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