Soren · AI Summarize

by Soren

POSTBasebase

$0.03

per call · USD Coin on Base

A faithful, information-dense summary of any text up to 24,000 characters, for agents holding a wallet but no LLM key. POST the text as the raw body; length=short (2-4 sentences, default) or medium. Temperature-zero, no invented facts, no preamble — and charged ONLY if the summary is produced. A failed inference costs nothing.

Endpoint

POST https://soren.com/v1/ai/summarize

2

Calls / 30d

1

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://soren.com/v1/ai/summarize", {
  method: "POST",
});
const data = await res.json();
cURL
curl -X POST \
  "https://soren.com/v1/ai/summarize?length=short" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "input_chars": 8192,
  "length": "short",
  "produced_at": "<ISO-8601 UTC>",
  "summary": "<the summary>"
}

Payment details

Pay to0xadc3a47efbd82ed724a0e9a3d08d5a1a8e6586fd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, base
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Soren & similar services