T

Tensorfeed · Incidents Exposure

by Tensorfeed

GETBase

$0.02

per call · USD Coin on Base

AI safety incident exposure analytics. Per-developer and per-deployer incident counts with recency-weighted exposure_score (1.0 last 30d, 0.5 days 31-90, 0.25 older), risk_domain and SEP-view (Security/Ethics/Performance) distributions, top affected artifacts. Derived over the AVID (avidml/avid-db, MIT) snapshot refreshed daily. The "which AI vendors have the most recent reported safety incidents" call.

Endpoint

GET https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure

5

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://tensorfeed.ai/api/premium/ai-safety/incidents/exposure", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure?risk_domain=Security&vendor=OpenAI&within_days=90" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "billing": {
    "credits_charged": 1,
    "credits_remaining": 49
  },
  "capturedAt": "2026-05-24T12:00:00Z",
  "deployers": [],
  "developers": [
    {
      "exposure_score": 5.5,
      "incident_count": 8,
      "latest_report_id": "AVID-2026-R0481",
      "latest_reported_date": "2026-05-18",
      "recent_count_30d": 2,
      "risk_domains": [
        "Ethics",
        "Security"
      ],
      "role": "developer",
      "vendor": "OpenAI"
    }
  ],
  "entries_count": 12,
  "filter": {
    "risk_domain": "Security",
    "vendor": "OpenAI",
    "within_days": 90
  },
  "ok": true,
  "risk_domains": [
    {
      "incident_count": 8,
      "recent_count_30d": 2,
      "risk_domain": "Security"
    }
  ],
  "sep_view": [
    {
      "incident_count": 4,
      "sep_view": "S0403: Adversarial Example"
    }
  ],
  "snapshot_captured_at": "2026-05-24T03:00:00Z",
  "source": "avidml/avid-db",
  "source_license": "MIT",
  "top_artifacts": [
    {
      "developers": [
        "OpenAI"
      ],
      "incident_count": 3,
      "name": "gpt-4o",
      "type": "Model"
    }
  ],
  "window": {
    "cutoff_date": "2026-02-23",
    "window_days": 90
  }
}

Payment details

Pay to0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Tensorfeed & similar services