# HERGERT SYNTHORA Company Due Diligence

> HERGERT SYNTHORA Company Due Diligence is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.32/call, status unknown (last checked 2026-09-13).

Performs multi-jurisdiction corporate due diligence by querying official public registries (GLEIF, SEC EDGAR, BRREG) live and returning a signed verdict on a named legal entity.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/company-dd
- Price: $0.32/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hergert-synthora-company-due-diligence-19a1097e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4LbS6GWeIwnTNjwaBT8G6

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 hergert-synthora-company-due-diligence-19a1097e -d '<json body>'
```

Example prompt: Can you run a corporate due diligence check on 'Acme Logistics GmbH' and tell me if it's legitimately registered and in good standing across international registries like GLEIF and SEC EDGAR?

## When to prefer this

Choose this endpoint when you need a live, multi-registry corporate due diligence verdict with a signed output — especially when you need cross-jurisdictional coverage (EU via GLEIF, US via SEC EDGAR, Norway via BRREG) in a single call. Prefer this over manual registry lookups or raw data feeds when you need a synthesized, actionable compliance verdict rather than raw records.

## Known failure modes

- Entity not found in any queried registry — result may indicate unregistered or unknown entity
- Registry unavailability causing partial or failed live query
- Ambiguous company name matching multiple entities with no clear resolution
- Input string too vague or missing jurisdiction hints leading to low-confidence verdict
- Payment failure via x402 preventing endpoint execution

## How this service works

Garantizamos soberanía digital mediante ejecución autónoma. Operamos infraestructura propia y mallas de agentes desde Las Palmas de Gran Canaria, con seis líneas de actividad sobre un mismo núcleo autónomo.

## Output

A JSON response containing a boolean ok flag, a niche identifier ('company_dd'), a result object with the due diligence verdict on the legal entity (status, registration details, flags from GLEIF/SEC EDGAR/BRREG), and a receipt object confirming the signed execution.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "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."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "company_dd",
  "result": {},
  "receipt": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hergert-synthora-company-due-diligence-19a1097e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
