# TruthBear AI Dataset Takedown Gauge

> TruthBear AI Dataset Takedown Gauge is a paid API for AI agents from api.truthbear.co, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns a 3-leg sequential chain signal tracking the takedown lifecycle of a specific AI training dataset — from access pressure and legal notices through current availability to final disposition (gated, withdrawn, or deleted).

## Facts

- Endpoint: GET https://api.truthbear.co/gauge/aidataset-region
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthbear-ai-dataset-takedown-gauge-a153e7ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tNCybhpHKCixNw5t66vBk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability truthbear-ai-dataset-takedown-gauge-a153e7ce
```

Example prompt: What's the current takedown status of the LAION-5B dataset — is it still accessible, under legal pressure, or has it been gated or withdrawn?

## When to prefer this

Use this endpoint when you need a structured, sequential chain assessment of an AI training dataset's takedown lifecycle — from legal pressure through final disposition — sourced from host registries and official notices. Prefer this over general web search when you need a standardized, confidence-scored signal rather than unstructured news. Not suitable for forecasting or legal advice.

## Known failure modes

- 422 no_charge returned when no data exists for the requested entity — caller is not billed
- Invalid or unrecognized entity ID returns an error — use GET /gauge/catalog?signal_id=<signal_id> to retrieve the accepted entity list
- Network or upstream registry unavailability may delay or block readings

## How this service works

[3-LEG] AI dataset takedown chain, one dataset (?entity=laion-5b): leading access pressure from gating and legal notices -> current current availability -> realized lifecycle to gated, withdrawn or deleted (confirmation gate). A chain, not one reading: confidence = how many legs are lit, in order. Sources: host registries and official notices. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed. $0.25 per call.

## Output

A JSON object representing a 3-leg sequential confidence chain: leg 1 is leading access pressure (gating pressure, legal notices); leg 2 is current availability status; leg 3 is realized lifecycle disposition (gated, withdrawn, or deleted). Confidence score reflects how many legs are confirmed in order. Returns 422 with no charge if no data is available for the requested entity.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "queryParams"
   ],
   "properties": {
    "type": {
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "entity"
     ],
     "properties": {
      "entity": {
       "type": "string",
       "examples": [
        "laion-5b",
        "re-laion-5b",
        "books3",
        "the-pile",
        "ms-celeb-1m",
        "tiny-images-80m"
       ],
       "description": "required - monitored object id, paired with signal_id; free list at GET /gauge/catalog?signal_id=<signal_id> -> signals[0].entities[]",
       "x-accepted-values": {
        "all": "https://api.truthbear.co/schemas/gauge-aidataset-region.input.json",
        "shown": 6,
        "total": 19
       }
      }
     },
     "additionalProperties": false
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "const": "json"
    },
    "example": {}
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "legs": {
   "lifecycle": {
    "band": "dead",
    "source_ref": "https://laion.ai/notes/laion-maintanence/",
    "record_hash": "sha256:8a2c51b41f795f544187d5a48cd1b6cd40689756e7daebb1bc037d820c191208"
   },
   "legal_distress": {
    "band": "order",
    "source_ref": "https://laion.ai/notes/laion-maintanence/",
    "record_hash": "sha256:75e7f05d78f093c0e1f158fc1e1985b338105e25f8bba0e2f6e9423ee176efd1"
   },
   "model_lineage_exposure": {
    "band": "systemic",
    "source_ref": "https://laion.ai/notes/laion-maintanence/",
    "record_hash": "sha256:46860523c8952785f85772b348501b06fb3631a0e2883decbdd65b026e9d592c"
   }
  },
  "name": "LAION-5B",
  "grade": "screening-level, not decision-grade",
  "scope": {
   "full": "https://api.truthbear.co/scope/v1",
   "verifiability": "unknown",
   "monitoring_not_forecast": true,
   "intelligence_not_command": true
  },
  "entity": "laion-5b",
  "nature": "This API supplies data organisation and trend description only. It is not a recommendation to act; the decision is yours. Purely descriptive - no judgement, no prediction. Official source plus record_hash; verify with the free /gauge/verify.",
  "provenance": {
   "freshness": "recent",
   "age_hours_now": 162,
   "freshness_basis": "cadence=default; fresh<=24h; recent<=192h; dead_source>1440h; age_basis=request-time(now minus observed_at)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthbear-ai-dataset-takedown-gauge-a153e7ce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.truthbear.co](https://www.zero.xyz/host/api.truthbear.co/llms.txt)
