Reference

API Reference

Base URL: https://api.amlyfy.com

Authentication: Add X-Api-Key: rsk_live_... to all requests marked with ๐Ÿ”’.
POST
/v1/search

Fuzzy search across all active lists.

๐Ÿ”’
POST
/v1/batch/screen

Bulk screening โ€” sync โ‰ค100, async โ‰ค1,000 entries.

๐Ÿ”’
GET
/v1/batch/screen/{jobID}

Poll the status of an async job.

๐Ÿ”’
GET
/v1/lists

List all available lists.

๐Ÿ”’
GET
/v1/lists/{slug}/entries

Paginated entries for a list.

๐Ÿ”’
GET
/v1/company/search

Fuzzy search for companies.

๐Ÿ”’
GET
/v1/company/lei/{lei}

LEI lookup โ€” GLEIF identity + sanctions.

๐Ÿ”’
GET
/v1/company/{id}/report

Full AML report for a company.

๐Ÿ”’
POST
/v1/monitor/entities

Register an entity on the watchlist.

๐Ÿ”’
GET
/v1/monitor/entities

List monitored entities.

๐Ÿ”’
DELETE
/v1/monitor/entities/{id}

Remove an entity from the watchlist.

๐Ÿ”’
GET
/v1/monitor/alerts

List received alerts (paginated, configurable page_size).

๐Ÿ”’
GET
/v1/adverse-media/search

Negative news search via GDELT.

๐Ÿ”’
GET
/v1/adverse-media/regulatory

Adverse media scan restricted to official regulatory sources (SEC, CFTC, DOJ, Treasury).

๐Ÿ”’
POST
/v1/adverse-media/batch

Batch adverse media screening โ€” up to 50 names per request.

๐Ÿ”’
GET
/v1/adverse-media/history

Audit trail of past adverse media searches for your API key.

๐Ÿ”’
POST
/v1/adverse-media/monitors

Register an entity for continuous adverse media monitoring + webhook alerts.

๐Ÿ”’
GET
/v1/adverse-media/monitors

List active adverse media monitors for your API key.

๐Ÿ”’
DELETE
/v1/adverse-media/monitors/{id}

Deactivate an adverse media monitor.

๐Ÿ”’
GET
/v1/search/{query_id}/certificate

PDF certificate with SHA-256 hash for a search.

๐Ÿ”’
GET
/v1/entries/{external_id}/history

Appearance history for an entity.

๐Ÿ”’
POST
/v1/entries/lookup

Bulk lookup โ€” up to 200 IDs in one request.

๐Ÿ”’
GET
/v1/me

Current API key info โ€” quota, usage, reset date.

๐Ÿ”’
GET
/v1/stats

Platform stats โ€” lists, entries, last ETL run.

GET
/v1/health

Service health check.

GET
/v1/maritime/search

Vessel search by name or IMO number.

๐Ÿ”’
GET
/v1/maritime/{imo}

Vessel detail by IMO number โ€” identity, flags, sanctions status.

๐Ÿ”’