# SYNTHORA Sanctions Screen

> SYNTHORA Sanctions Screen is a paid API for AI agents from sanctions-screen.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Cross-checks a person, entity, or wallet address against four official sanctions lists (OFAC SDN main and aliases, UN Security Council, OpenSanctions) and returns a MATCH/CLEAN verdict with consensus scoring, authority divergence analysis, and alias bridging.

## Facts

- Endpoint: POST https://sanctions-screen.hergertsynthora.com/service
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-sanctions-screen-2fa4177c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xpEFRRFpKOLhjwHYYGXl7

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-sanctions-screen-2fa4177c -d '<json body>'
```

Example prompt: Can you run a sanctions screen on 'Viktor Petrov' — cross-check him against OFAC, the UN Security Council, and OpenSanctions, and tell me if he's a match or clean, with which authorities flag him and how confident the verdict is?

## When to prefer this

Choose this endpoint when you need a multi-authority sanctions verdict with consensus analysis and alias bridging rather than a single-list lookup. It is especially valuable when you need to know not just whether a name appears on a list, but whether sanctioning authorities agree or diverge, and how an alias connects back to a primary designated entity. Prefer it for crypto wallet screening where OFAC SDN alias coverage is critical, or when you need provenance timestamps for audit trails in AML/KYC workflows.

## Known failure modes

- Name too ambiguous — common names may produce low-confidence MATCH results requiring manual review
- Wallet address format not recognized — returns error if address is malformed
- Source unavailability — if one or more official lists are temporarily inaccessible, provenance array will indicate missing sources and confidence may drop
- Empty input — required 'input' field missing returns validation error
- Network timeout — upstream sanctions list fetch may time out under load

## How this service works

SYNTHORA sanctions-screen: sanctions screening with MATCH / CLEAR verdict over 4 official downloads (OFAC SDN primary and alias lists, UN, OpenSanctions). Multilingual, tested on Cyrillic transliterations.

## Output

Returns a JSON object with: an ok boolean, a verdict object containing a MATCH or CLEAN finding with quantified evidence (score, source, timestamp), implication summary, and confidence level; plus a provenance array listing each data source URL and timestamp used for the determination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA sanctions-screen: sanctions screening with MATCH / CLEAR verdict over 4 official downloads (OFAC SDN primary and alias lists, UN, OpenSanctions). Multilingual, tested on Cyrillic transliterat"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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