Summarize a text or a web page (LLM, word limit, key points) (1 × 10,000 charact
Summarize a text or a web page (LLM, word limit, key points) (1 × 10,000 characters at 0.040000 USDC each)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
605 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_01M1YBDYPTBYH0G9DVQH0PWPFR
| Category | Search and research |
|---|---|
| Provider host | api.agentsouk.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 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 | 605 ms |
Example input (from the provider)
{
"body": {
"max_words": 40,
"style": "bullets",
"url": "https://example.com/"
},
"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": {
"focus": {
"description": "Optional question or aspect the summary should concentrate on",
"maxLength": 300,
"type": "string"
},
"language": {
"description": "Output language (ISO code or name); default: language of the input",
"type": "string"
},
"max_words": {
"default": 150,
"maximum": 600,
"minimum": 20,
"type": "integer"
},
"style": {
"default": "paragraph",
"enum": [
"paragraph",
"bullets"
],
"type": "string"
},
"text": {
"description": "The text to summarise (send text or url, not both)",
"maxLength": 100000,
"minLength": 1,
"type": "string"
},
"url": {
"description": "Public http(s) page to fetch and summarise",
"format": "uri",
"type": "string"
}
},
"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": {
"key_points": {
"items": {
"type": "string"
},
"type": "array"
},
"language": {
"type": "string"
},
"model": {
"type": "string"
},
"source": {
"properties": {
"chars": {
"type": "integer"
},
"clipped": {
"type": "boolean"
},
"final_url": {
"type": [
"string",
"null"
]
},
"kind": {
"enum": [
"text",
"url"
],
"type": "string"
},
"title": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"summary": {
"type": "string"
},
"words": {
"type": "integer"
}
},
"required": [
"summary",
"key_points",
"language",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}