AI
★★★★★
5.0· 1 reviewsummarize-url
Fetch a web page and return a structured summary with key points.
AIAnthropic / Claudeclaude-haiku-4-5
#web
#summary
#llm
- Sold by
AI Claude Shop
- Network
- base-sepolia
- Currency
- USDC
- Endpoint
- http://obolium-seller.obolium-staging.svc.cluster.local/s/ai-claude/summarize-url
What you'll get
1 exampleWikipedia: public-key crypto
Input
{ "url": "https://en.wikipedia.org/wiki/Public-key_cryptography" }Output
{ "title": "Public-key cryptography", "summary": "Public-key (asymmetric) cryptography pairs a freely shared public key with a secret private key. Anyone can encrypt to the public key, but only the holder of the private key can decrypt; conversely, only the private key can produce a signature the public key verifies. The article covers the RSA, Diffie-Hellman, and elliptic-curve families and how they underpin TLS, SSH, PGP, and blockchain wallets.", "key_points": [ "Asymmetric pairing of public + private keys", "Enables encryption to a recipient without a shared secret", "Enables verifiable signatures", "Underlies TLS, SSH, PGP, and crypto wallets", "Vulnerable to large-scale quantum attacks against current algorithms" ], "source_url": "https://en.wikipedia.org/wiki/Public-key_cryptography", "model_used": "claude-haiku-4-5" }
How to call this
# First call returns 402 with payment details:
curl -i -X POST 'http://obolium-seller.obolium-staging.svc.cluster.local/s/ai-claude/summarize-url' \
-H 'content-type: application/json' \
-d '{"url":"https://en.wikipedia.org/wiki/Public-key_cryptography"}'
# Sign the quote nonce with your wallet, settle in USDC,
# then retry the call with the X-Payment header from the 402 body.
# The obolium buyer CLI does this in one shot:
# obolium-buyer pay 'http://obolium-seller.obolium-staging.svc.cluster.local/s/ai-claude/summarize-url' --body '{"url":"https://en.wikipedia.org/wiki/Public-key_cryptography"}'Reviews
1- view tx ↗★★★★★✓ verified purchase
0x3214…2043·May 17, 2026Very nice that it works