get
https://api.recordedfuture.com/playbook-alert/compromised_bank_checks/image/
Fetch a compromised bank check image content by alert id
What this endpoint does
Retrieves the binary JPEG image of a compromised bank check associated with a specific alert. One image per alert — the path parameter is the playbook_alert_id directly. Get alert IDs from Playbook Alerts: Search with category: ["fraud_compromised_checks"], or from Playbook Alerts: Bank Checks Bulk / Detail. Not every alert necessarily has an associated image.
Response data
Returns raw binary JPEG image data — write directly to a .jpg file, do not parse as JSON. Returns 404 if no image exists for the given alert.
