A

Ai Rook · Summarize

by Ai Rook

POSTBaseSolana

$0.025

per call · USD Coin on Base

Summarize any text or URL. Styles: concise (default), bullets, eli5. MiniMax M2.7 (456B-parameter Mixture-of-Experts) inference.

Endpoint

POST https://agents.ai-rook.com/api/summarize

17

Calls / 30d

1

Unique payers / 30d

Sep 10

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://agents.ai-rook.com/api/summarize", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "method": "POST",
    "style": "bullets",
    "text": "Long article text here...",
    "type": "http"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agents.ai-rook.com/api/summarize" \
  -H "Content-Type: application/json" \
  -d '{"method":"POST","style":"bullets","text":"Long article text here...","type":"http"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "model": "minimax-m2.7-mxfp4",
  "style": "bullets",
  "summary": "• Point one\n• Point two\n• Point three",
  "words": 24
}

Payment details

Pay to0xd5f96558fcb1f127c77c7d95eea067f526d08618
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact, upto

Is this your API?

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

Get featured →

More from Ai Rook & similar services