T

Tensorfeed · Policy Timeline

by Tensorfeed

GETBase

$0.02

per call · USD Coin on Base

Forward and backward calendar over the AI policy registry. Each entry classified relative to now (past / active / upcoming), days-until-effective, with next-3-milestones for upcoming items. Filter by jurisdiction (EU, US, UK, etc) and time window. The "what AI rules are about to bite" feed.

Endpoint

GET https://tensorfeed.ai/api/premium/policy/timeline

1

Calls / 30d

1

Unique payers / 30d

Sep 1

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://tensorfeed.ai/api/premium/policy/timeline", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://tensorfeed.ai/api/premium/policy/timeline?days_back=90&days_forward=365&jurisdiction=EU" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "billing": {
    "credits_charged": 1,
    "credits_remaining": 49
  },
  "capturedAt": "2026-05-23T07:00:00Z",
  "counts": {
    "active": 4,
    "past": 12,
    "upcoming": 9
  },
  "entries": [
    {
      "days_until_effective": 71,
      "effective_date": "2026-08-02",
      "id": "eu-ai-act-gpai-codes",
      "jurisdiction": "EU",
      "next_milestones": [
        {
          "date": "2026-07-01",
          "name": "Codes finalized"
        },
        {
          "date": "2026-08-02",
          "name": "Enforcement begins"
        }
      ],
      "relative_to_now": "upcoming",
      "source_url": "https://artificialintelligenceact.eu",
      "title": "EU AI Act: General-Purpose AI codes of practice"
    }
  ],
  "ok": true,
  "window": {
    "days_back": 90,
    "days_forward": 365,
    "jurisdiction": "EU"
  }
}

Payment details

Pay to0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Tensorfeed & similar services