A real request and the response it produced. Edit the input and run it again — no account needed.
Input
Output
917ms{
"sentiment": "negative",
"evidence_spans": [
{"text": "disappointing", "start": 16, "end": 26},
{"text": "slow to load", "start": 33, "end": 41},
{"text": "ignored my ticket for days", "start": 52, "end": 70}
],
"overall_analysis": "The text highlights repeated frustrations—performance issues and unresponsive support—with no mitigating positives. The final recommendation ('Would not recommend') confirms a strongly negative stance."
}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_sentiment_classification_3class_base"],
"variables": {
"sourceText": "The new product update was disappointing—features were slow to load, and customer support ignored my ticket for days. Would not recommend.",
"languageHint": "en-US",
"confidenceThreshold": 0.75,
"returnEvidenceSpans": true
}
}'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.
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.
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.