Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man summarize

/summarize(1)

agentutility / wordmint / summarize
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
wordmint
CATEGORY
ai
STATUS
live
NAME
summarize ai summarizer / tldr generator
SYNOPSIS
POST https://x402.org/v1/summarize
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

AI summarizer / TLDR generator. Compress long text into tldr / bullets / paragraph / executive-summary. 30k char input. Mistral-powered.

INPUTrequest schema
propertytypedescriptionreq?
textstringText to summarize. Max 30,000 chars.required
stylestring'tldr' (default), 'bullets', 'paragraph', or 'executive'.optional
max_wordsnumberOptional target length in words (1-1000).optional
OUTPUTresponse shape
fieldtypedescription
summarystringCompressed version of the input text in the requested style (tldr, bullets, paragraph, or executive-summary).
stylestringSummary style applied to the output: tldr, bullets, paragraph, or executive-summary.
input_charsnumberCharacter count of the source text submitted for summarization.
output_charsnumberCharacter count of the generated summary.
modelstringMistral model identifier that produced the summary.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/summarize \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the summarize tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
summarizetldrexecutive-summaryaillm
env
VENICE_API_KEY
methods
POST
cluster
wordmint
price
$0.01 USDC per call
ADJACENTother endpoints in wordmint
endpointdescriptionprice
ai-to-human-textAI text humanizer / GPT detector bypass.$0.01
citation-verifyCitation verifier / fact-check against URL / does-this-source-support-this-claim / hallucination detector.$0.01
commit-message-from-diffGit commit message generator / Conventional Commits / AI commit-msg.$0.01
humanizeAI text humanizer / GPT detector bypass.$0.01
regex-from-promptRegex generator / NL to regex / pattern builder.$0.01
sentimentSentiment + emotion analyzer.$0.01
sentiment-analysisSentiment analyzer / emotion classifier / aspect-based sentiment.$0.01
structured-extractStructured-data extractor / JSON-from-text / schema-guided extraction / key-value pull / form-filler.$0.01
SEE ALSO
agentutility(7) · wordmint(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org