# CDO Staging Corporate Evidence API

> CDO Staging Corporate Evidence API is a paid API for AI agents from cdo-staging.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns traceable evidence supporting or refuting specific claims about a Brazilian company identified by CNPJ, such as active status, sanctions absence, or beneficial ownership.

## Facts

- Endpoint: GET https://cdo-staging.up.railway.app/v1/agent/corporate-evidence/:cnpj
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cdo-staging-corporate-evidence-api-44e354b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dVxk4Q6pfVNrukBiTw1--

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 cdo-staging-corporate-evidence-api-44e354b8
```

Example prompt: Can you pull traceable evidence for CNPJ 11222333000181 to check the COMPANY_IS_ACTIVE, NO_SANCTIONS_FOUND, and BENEFICIAL_OWNER_IDENTIFIED claims before we sign a contract with them?

## When to prefer this

Use this endpoint when you need claim-specific, traceable evidence for Brazilian companies (CNPJ required). Unlike a broad due diligence check, this endpoint lets you request specific named claims and receive cited evidence for each, making it ideal for audit trails, compliance documentation, or targeted verification of a single claim type. Prefer this over sibling endpoints when you need granular, evidence-backed claim verification rather than a consolidated summary report.

## Known failure modes

- HTTP 400 if a CPF (11-digit personal ID) is provided instead of a CNPJ (14-digit company ID)
- HTTP 400 if CNPJ format is invalid or unparseable
- Claim returned as unproven/indeterminate when source data is unavailable or inconclusive
- HTTP 402 if payment is not provided or is insufficient
- HTTP 404 if CNPJ does not correspond to any known entity in the data sources
- Partial evidence returned if only some claims can be verified from available sources

## How this service works

Return traceable evidence for claims about a Brazilian company (e.g. COMPANY_IS_ACTIVE, NO_SANCTIONS_FOUND, BENEFICIAL_OWNER_IDENTIFIED). Clearly reports when a claim cannot be proven; never converts absence of evidence into a negative confirmation. CNPJ only.

## Output

A structured response containing traceable evidence (with source citations) for each requested claim (e.g. COMPANY_IS_ACTIVE, NO_SANCTIONS_FOUND, BENEFICIAL_OWNER_IDENTIFIED). Each claim is marked as proven, unproven, or indeterminate — the API explicitly avoids converting absence of evidence into a negative confirmation. Returns beneficial owner details and sanctions findings where available.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cdo-staging-corporate-evidence-api-44e354b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cdo-staging.up.railway.app](https://www.zero.xyz/host/cdo-staging.up.railway.app/llms.txt)
