Classify text into categories. Optionally provide custom categories. Returns pri...
https://api.strale.io/x402/v2/classify-textOverview
Classify text into categories. Optionally provide custom categories. Returns primary category, confidence scores, topic keywords, and summary.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-09-06 08:13:59
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"categories": {
"description": "Optional list of categories to classify into",
"type": "array"
},
"text": {
"description": "Text to classify",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"all_categories": {
"type": "array"
},
"confidence": {
"type": "number"
},
"primary_category": {
"type": "string"
},
"topic_keywords": {
"type": "array"
}
}