{ "opencollection": "1.0.0", "info": { "name": "AML API OAuth Assets Screenings API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.elliptic.co/authorize", "accessTokenUrl": "https://login.elliptic.co/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Screenings", "type": "folder" }, "items": [ { "info": { "name": "Get wallet summary", "type": "http" }, "http": { "method": "GET", "url": "https://aml-api.elliptic.co/v2/copilot/wallet/:screeningId", "params": [ { "name": "screeningId", "value": "", "type": "path", "description": "Wallet screening ID (UUID)" } ] }, "docs": "Returns an AI-generated summary for a wallet screening" }, { "info": { "name": "Get wallet risk graph summary for a single entity", "type": "http" }, "http": { "method": "POST", "url": "https://aml-api.elliptic.co/v2/copilot/wallet/riskgraph/:direction/:screeningId", "params": [ { "name": "direction", "value": "", "type": "path", "description": "Graph direction" }, { "name": "screeningId", "value": "", "type": "path", "description": "Wallet screening ID (UUID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns an AI-generated summary of the risk graph for a wallet in the specified direction, scoped to a single entity provided in the request body" }, { "info": { "name": "Get wallet risk graph entities", "type": "http" }, "http": { "method": "GET", "url": "https://aml-api.elliptic.co/v2/copilot/wallet/entities/:direction/:screeningId", "params": [ { "name": "direction", "value": "", "type": "path", "description": "Graph direction" }, { "name": "screeningId", "value": "", "type": "path", "description": "Wallet screening ID (UUID)" } ] }, "docs": "Returns the entities associated with a wallet risk graph" }, { "info": { "name": "Get transaction summary", "type": "http" }, "http": { "method": "GET", "url": "https://aml-api.elliptic.co/v2/copilot/transaction/:screeningId", "params": [ { "name": "screeningId", "value": "", "type": "path", "description": "Transaction screening ID (UUID)" } ] }, "docs": "Returns an AI-generated summary for a transaction screening" }, { "info": { "name": "Get transaction risk graph summary for a single entity", "type": "http" }, "http": { "method": "POST", "url": "https://aml-api.elliptic.co/v2/copilot/transaction/riskgraph/:screeningId", "params": [ { "name": "screeningId", "value": "", "type": "path", "description": "Transaction screening ID (UUID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns an AI-generated summary of the risk graph for a transaction, scoped to a single entity provided in the request body" }, { "info": { "name": "Get transaction risk graph entities", "type": "http" }, "http": { "method": "GET", "url": "https://aml-api.elliptic.co/v2/copilot/transaction/entities/:screeningId", "params": [ { "name": "screeningId", "value": "", "type": "path", "description": "Transaction screening ID (UUID)" } ] }, "docs": "Returns the entities associated with a transaction risk graph" } ] } ], "bundled": true }