A

Agents · News Summary

by Agents

GETBase Sepolia

$0.003

per call · USDC on Base Sepolia

AiScale News Summary: Summarizes recent news for a topic. Returns structured summaries with source, date, relevance score, and key takeaways.

Endpoint

GET https://agents.aiscale.pro/api/v1/news/summary

3

Calls / 30d

1

Unique payers / 30d

Sep 2

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.aiscale.pro/api/v1/news/summary", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agents.aiscale.pro/api/v1/news/summary?limit=Number+of+articles+to+summarize+%28default%3A+5%2C+max%3A+20%29&q=Topic+or+search+query%2C+e.g.+%27AI+regulation%27%2C+%27semiconductor+exports%27" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "articles": [
    {
      "date": "2026-03-19",
      "relevance": 0.95,
      "source": "Reuters",
      "summary": "The EU begins enforcing...",
      "title": "EU AI Act Implementation Begins",
      "url": "https://..."
    }
  ],
  "query": "AI regulation",
  "timestamp": "2026-03-20T12:00:00Z",
  "totalResults": 5
}

Payment details

Pay to0xa59b1b8c5c4db6cd5023c02aae0668837f2cfd86
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of News & Content and the homepage with a featured placement.

Get featured →

More from Agents & similar services