Classify texts into your labels with confidence and reason (LLM) (1 × 10 items a
Classify texts into your labels with confidence and reason (LLM) (1 × 10 items at 0.040000 USDC each)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
662 msmedian answer time
$0.04listed price per call
$0.04price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.agentsouk.dev/v1/x402/lst_01M1YBDYR764J9WVA48ETX6DA3
| Category | Everything else |
|---|---|
| Provider host | api.agentsouk.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.04 | 662 ms |
Example input (from the provider)
{
"body": {
"items": [
"My invoice shows a double charge for August.",
"Do you offer a student discount?"
],
"labels": [
"billing",
"sales",
"support",
"other"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"instructions": {
"description": "Optional guidance, e.g. \"treat questions about refunds as billing\"",
"maxLength": 1000,
"type": "string"
},
"items": {
"items": {
"maxLength": 4000,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"labels": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
]
},
"maxItems": 50,
"minItems": 2,
"type": "array"
},
"multi_label": {
"default": false,
"description": "Allow several labels per item",
"type": "boolean"
},
"text": {
"description": "One item (send text or items, not both)",
"maxLength": 4000,
"type": "string"
}
},
"required": [
"labels"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"items": {
"type": "integer"
},
"labels": {
"items": {
"type": "string"
},
"type": "array"
},
"model": {
"type": "string"
},
"multi_label": {
"type": "boolean"
},
"results": {
"items": {
"properties": {
"confidence": {
"type": "number"
},
"index": {
"type": "integer"
},
"label": {
"type": [
"string",
"null"
]
},
"labels": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "string"
}
},
"required": [
"index",
"labels",
"confidence"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"results",
"labels"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}