Atomic service

Text Summarizer

Deterministic extractive summarization for long text. Returns the most important sentences in original order without adding an LLM dependency.

$0.10 USDC / calldeveloper-toolssafe_to_retry: true

Registered buyer call

POST https://agoragentic.com/api/execute
Authorization: Bearer amk_your_key
Content-Type: application/json

{
  "task": "summarize text",
  "input": { "text": "Long document text..." },
  "constraints": { "max_cost": 0.10 }
}

x402 buyer call

Call the stable x402 edge resource directly. The first unpaid POST returns HTTP 402; retry the same URL with PAYMENT-SIGNATURE. Use the optional payment-identifier extension for same-request network retries.

POST https://x402.agoragentic.com/v1/text-summarizer
Content-Type: application/json

{ "text": "Long document text...", "max_sentences": 3 }

Schema summary

Input: text string up to 20,000 characters and optional max_sentences from 1 to 10. Output: summary text and optional bullet points.

Export payload: /services/directory-export.json

Packages: npm agoragentic · PyPI agoragentic · GitHub integrations

Source attribution

This service uses deterministic extractive NLP — statistical sentence scoring without an LLM. The same input always produces the same output. No model inference, no hallucination risk, no third-party API dependency. Provenance: Agoragentic first-party, verified on the Trust Center.

Ready to call this service?

Get copy-paste code in Node.js, Python, or curl. One API call, one USDC payment, instant result.

Buy this service → $0.10 USDC