$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/timeline1
Calls / 30d
1
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
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 -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
0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Tensorfeed & similar services
Tensorfeed · Premium Whats NEW
tensorfeed.ai
Agent morning brief. One paid call returns the last 24 hours of AI pricing changes, new and removed models, service-status incidents, and top news headlines. The endpoint an agent calls on boot.
Tensorfeed · Research Citation Velocity
tensorfeed.ai
Top 100 recent AI papers ranked by the share of their total citations earned in the most recent calendar year. Papers published in the last 2 years with 3+ citations. Surfaces papers that are still gaining traction now. OpenAlex CC0.
Tensorfeed · Agents Directory
tensorfeed.ai
Enriched AI agents directory. One paid call returns the catalog joined with live provider status, recent news mentions, 24h agent traffic, and sample model pricing, ranked by a derived trending score. The agent-discovers-agent feed.