The same pipeline the app runs is one API call away. Send a document, get back a verdict, a risk score, the document type, and a durable key to re-fetch it later. The REST API ships with our paid plans — coming soon; the docs are open today.
Authenticate with your API key, post a file, and receive a slim, structured result. It runs the identical five-layer engine as the app.
POST /api/v1/analyze returns status, verdict, score, type, and a document key.drk_live_ key in Settings — hash-only storage, regenerate or revoke anytime.Register an endpoint and Docurensic sends a signed POST on every completed scan, carrying the verdict, filename, risk score, and report id. Each delivery is HMAC-signed so you can trust it came from us.
X-Docurensic-Signature with your per-endpoint secret.The REST API ships with our paid plans — coming soon. Start scanning free today, and talk to us for early API access.