# HERGERT SYNTHORA Sanctions Screening

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

Screens a name or entity against OFAC SDN, UN, and OpenSanctions lists, returning a MATCH or CLEAR verdict with multilingual and Cyrillic transliteration support

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/sanctions-screen
- 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/hergert-synthora-sanctions-screening-8a6c4c0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MMaWG6e-Qt2HDer6-YYHH

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-sanctions-screening-8a6c4c0d -d '<json body>'
```

Example prompt: Can you run a sanctions check on 'Viktor Anatolyevich Bout' — I need to know if he shows up on the OFAC SDN list or any UN or OpenSanctions list before we proceed with the transaction?

## When to prefer this

Prefer this endpoint when you need multilingual sanctions screening — particularly for names with Cyrillic transliterations — covering all four major lists (OFAC SDN primary, OFAC aliases, UN, OpenSanctions) in a single call. It is well-suited for pay-per-call compliance workflows where you do not want to maintain your own sanctions list infrastructure, and when you need a clear binary MATCH/CLEAR verdict with a payment receipt for audit trails.

## Known failure modes

- Empty or malformed input string returns an error or inconclusive result
- Ambiguous names with many common matches may produce false positives requiring manual review
- List data may have a refresh lag if official sources were not recently downloaded
- Very short or single-token names may yield noisy results
- Network or infrastructure downtime at Las Palmas origin may cause timeout or 5xx error
- Payment failure (insufficient USDC balance) blocks the call with a 402 response

## 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 'niche' field set to 'sanctions_screen', a 'result' object containing the MATCH or CLEAR verdict along with any matched list entries from OFAC SDN primary and alias lists, UN, and OpenSanctions, and a 'receipt' confirming the payment transaction.

## 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"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hergert-synthora-sanctions-screening-8a6c4c0d/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)
