Fraud detection

One upload, four forensic signals. Each signal is built from named sub-checks you can inspect — nothing is a black box, and every score is in the response.

const check = await client.fraud.detect(image, { documentType: 'cid' }); // check.is_fraudulent, check.signals
— run something above and the SDK call appears here —