NetIntel Classify is a paid API for AI agents from netintel.dev, paid per call via x402, $0.005/call, status healthy (last checked 2026-09-14, last successful call 2026-08-20).
Classifies text into one or more user-provided labels with confidence scores using a single-label or multi-label classification mode
Text classification API — zero-shot text classifier / categorization: caller supplies 2–20 labels and Claude Haiku returns the best-matching category with confidence and per-label scores. Route, tag, triage, and detect intent/topic with your own taxonomy in one call.
Returns a JSON object with the winning label (e.g. 'billing'), a letter grade (e.g. 'A'), a normalized score out of 100, per-label probability scores, a confidence value between 0 and 1, the classification mode used, and any findings. Example: {mode: 'single_label', grade: 'A', label: 'billing', score: 100, scores: {billing: 0.91, general: 0.03, technical: 0.06}, confidence: 0.91}
POSThttps://netintel.dev/classifyUse this endpoint when you need fast, pay-per-call text classification against a custom set of labels you define at call time — especially useful for routing support tickets, classifying intents, or tagging content without training a custom model. Prefer this over general LLM prompting when you need a structured confidence score and grade output, or over batch ML pipelines when you need real-time per-message classification with transparent per-label scoring.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"mode": "single_label",
"grade": "A",
"label": "billing",
"score": 100,
"scores": {
"billing": 0.91,
"general": 0.03,
"technical": 0.06
},
"findings": [],
"confidence": 0.91,
"labels_provided": [
"billing",
"technical",
"general"
]
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"