# Edge Agents AI Data Quality Revision Detector

> Edge Agents AI Data Quality Revision Detector is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Detects and reports on data quality revisions in cross-market datasets, flagging fresh release revision findings with evidence-backed confidence assessments.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/data-quality-revision-detector
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ai-data-quality-revision-detector-e0503ccb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Qgzv0iuVdzKkKiPW0smj

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 edge-agents-ai-data-quality-revision-detector-e0503ccb
```

Example prompt: Can you check Edge Agents' revision detector to see if there have been any data quality revisions or corrections in recent cross-market releases, and tell me the confidence level of the findings?

## When to prefer this

Choose this endpoint when you need to verify whether cross-market or macro data has been subject to recent revisions, corrections, or quality changes — particularly before high-stakes decisions in investment, procurement, or government policy contexts. Prefer this over generic data validation tools when you require evidence-backed, signed provenance and explicit confidence scoring on revision detection rather than simple schema validation.

## Known failure modes

- Missing or malformed required parameters may return an error or incomplete result
- Data unavailable for the requested market or time window — stated explicitly in the report limitations field
- Low confidence result when evidence sources are sparse or mixed
- Payment failure via x402 protocol results in 402 response and no data returned
- Stale or incomplete source data acknowledged in the limitations array of the response

## How this service works

Release Revision Detector for official macro evidence tracked by Edge Agents, with explicit baseline and persistence limitations. Purpose: identify values that changed for the same official source and observation period after Edge Agents first observed them 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report including a quality status (e.g. 'strong') and confidence level (e.g. 'high'), a cross-market analysis summary with detected intents and family classification, an evidence block listing supporting assets and policy, provenance information with issuer identity and signing status, a timestamp, schema version, and a disclaimer clarifying the research is not investment advice. The report explicitly states coverage limitations and source freshness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "cross-market",
   "intents": [
    "evidence"
   ],
   "summary": "Fresh Release Revision Detector findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "data-quality-revision-detector",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-ai-data-quality-revision-detector-e0503ccb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
