# SYNTHORA vessel_ais_tankers

> SYNTHORA vessel_ais_tankers is a paid API for AI agents from vessel-ais-tankers.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Screens a vessel name or identifier against OFAC sanctions lists using AIS data to flag sanctioned tankers in real time

## Facts

- Endpoint: POST https://vessel-ais-tankers.hergertsynthora.com/service
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-vessel-ais-tankers-86d712b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F60R7HIzCOQ71nqUJNx01

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-vessel-ais-tankers-86d712b2 -d '<json body>'
```

Example prompt: Can you screen the tanker 'Seagull Mariner' against OFAC sanctions using AIS data right now and tell me if it's flagged?

## When to prefer this

Choose this endpoint when you need instant, real-time OFAC sanctions screening specifically for tanker vessels using AIS data, paid per-query at $0.03 USDC via x402 on Base — ideal for compliance workflows, trade finance due diligence, or port operations where low-latency per-call pricing is preferred over subscription-based maritime compliance services.

## Known failure modes

- Empty or unrecognized vessel identifier returns an empty result object with ok:true but no sanctions match
- Network or AIS data unavailability may return an error or incomplete result
- Invalid input format may cause a 400-level error
- Micropayment failure (insufficient USDC balance or signing error) blocks the request entirely

## How this service works

Screen OFAC-sanctioned tankers via AIS instantly. Signed x402 call. 0.03 USDC on Base.

## Output

Returns a JSON object with an ok status, the niche identifier (vessel_ais_tankers), a result object containing the OFAC screening outcome for the queried tanker, and a payment receipt confirming the x402 micropayment was processed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Screen OFAC-sanctioned tankers via AIS instantly. Signed x402 call. 0.03 USDC on Base."
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-vessel-ais-tankers-86d712b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vessel-ais-tankers.hergertsynthora.com](https://www.zero.xyz/host/vessel-ais-tankers.hergertsynthora.com/llms.txt)
