Skip to content

API / Developers

One call. Full evidence. No integration marathon.

Submit a company name (plus optional domain and location), get back every finding with its confidence score, evidence, and source link in one response.

POST /v1/risk/check

Returns sanctions/watchlist matches (OFAC + UN), federal exclusion matches (SAM.gov), domain-legitimacy signals, and public-filing status — each with CLEAR / FLAGGED / INSUFFICIENT_DATA, a confidence band where applicable, and the source. Never a fabricated result: a source that couldn't be reached this run is reported as INSUFFICIENT_DATA, not silently treated as clean.

curl -X POST https://hq.amberoneai.com/api/v1/risk/check \
  -H "Authorization: Bearer wrap_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "company_name": "Acme Trading Inc",
    "domain": "acmetrading.com",
    "location": "Wilmington, DE"
  }'

POST /v1/risk/report/pdf

Same input, returns a downloadable PDF report.

curl -X POST https://hq.amberoneai.com/api/v1/risk/report/pdf \
  -H "Authorization: Bearer wrap_live_..." \
  -H "Content-Type: application/json" \
  -d '{"company_name": "Acme Trading Inc", "domain": "acmetrading.com"}' \
  -o report.pdf

Authentication

Authorization: Bearer <key> or X-API-Key: <key>. Create and rotate keys instantly from your dashboard after subscribing — no sales call, no waiting period.

Full API reference

See the platform-wide OpenAPI spec for the complete schema.

Get an API key

Subscribe to a plan, then create a key from your dashboard — instantly.