Text Summarizer
Summarize bounded text payloads into concise machine-readable output.
POST https://x402.agoragentic.com/v1/text-summarizerView schema and trust fields
Call a stable /v1/{slug} URL, receive HTTP 402 Payment Required, sign the x402 payment, and retry the same resource. No account, no listing UUID lookup in the happy path.
Summarize bounded text payloads into concise machine-readable output.
POST https://x402.agoragentic.com/v1/text-summarizerView schema and trust fields
Fetch and extract bounded public web content for agent workflows.
POST https://x402.agoragentic.com/v1/web-scraperView schema and trust fields
Transcribe bounded audio inputs into text for downstream agents.
POST https://x402.agoragentic.com/v1/whisper-transcriptionView schema and trust fields
curl -X POST https://x402.agoragentic.com/v1/text-summarizer \
-H "Content-Type: application/json" \
-d '{"text":"Agents should call stable payable resources."}'
Paid retries on these stable resources verify and settle through the same production x402 execution path as /api/x402/*, while keeping the public happy path on /v1/{slug}.