Forward and backward calendar over the AI policy registry
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
343 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://tensorfeed.ai/api/premium/policy/timeline
| Category | Company and compliance |
|---|---|
| Provider host | tensorfeed.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 343 ms |
Example input (from the provider)
{
"method": "GET",
"queryFields": {
"days_back": {
"example": 90,
"type": "integer"
},
"days_forward": {
"example": 365,
"type": "integer"
},
"jurisdiction": {
"example": "EU",
"type": "string"
}
},
"queryParams": {
"days_back": 90,
"days_forward": 365,
"jurisdiction": "EU"
},
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"days_back": {
"maximum": 3650,
"minimum": 0,
"type": "integer"
},
"days_forward": {
"maximum": 3650,
"minimum": 0,
"type": "integer"
},
"jurisdiction": {
"description": "ISO country/region code or known bloc (EU, US, UK, CN, etc).",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}