# SYNTHORA company-dd

> SYNTHORA company-dd is a paid API for AI agents from company-dd.hergertsynthora.com, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-13).

Performs multi-jurisdiction corporate due diligence by querying live public registries (GLEIF, SEC EDGAR, BRREG) and returns a signed GREEN/AMBER/RED verdict on a named entity.

## Facts

- Endpoint: POST https://company-dd.hergertsynthora.com/service
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-company-dd-7d091193
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jTX13G-9dxcEljov34UHO

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 synthora-company-dd-7d091193 -d '<json body>'
```

Example prompt: Can you run a due diligence check on 'Acme Global Holdings Ltd' and tell me whether it gets a GREEN, AMBER, or RED verdict — I need to know if they're legitimately registered before we sign the partnership agreement.

## When to prefer this

Use this endpoint when you need a fast, cross-jurisdiction corporate legitimacy verdict synthesized from live official registries (GLEIF, SEC EDGAR, BRREG) rather than raw registry dumps. Prefer it over manual registry lookups when you need a single signed GREEN/AMBER/RED decision for onboarding, contracting, or investment screening workflows. Especially useful when the company's jurisdiction is unknown and multi-registry coverage is needed.

## Known failure modes

- Unknown or unregistered company name returns RED verdict or low score
- Ambiguous company name matching multiple entities may yield uncertain AMBER result
- Registry connectivity issues may cause delayed or incomplete lookups
- Non-Latin or non-English company names may reduce match accuracy
- Company registered only in unsupported jurisdictions may return inconclusive result

## How this service works

SYNTHORA company-dd: multi-jurisdiction corporate due diligence. Queries official public registries LIVE and keyless (GLEIF, SEC EDGAR, BRREG) and returns a signed verdict on the entity, not raw records.

## Output

Returns a JSON object with a numeric due diligence score, a boolean 'entrega' delivery flag, and a 'veredicto_en' verdict of GREEN, AMBER, or RED, synthesized from live lookups across GLEIF, SEC EDGAR, and BRREG registries.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "synthora": {
   "type": "object",
   "properties": {
    "score": {
     "type": "number"
    },
    "entrega": {
     "type": "boolean"
    },
    "veredicto_en": {
     "enum": [
      "GREEN",
      "AMBER",
      "RED"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-company-dd-7d091193/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from company-dd.hergertsynthora.com](https://www.zero.xyz/host/company-dd.hergertsynthora.com/llms.txt)
