Overview
The ZeroDrift Validation API enables compliance validation of financial documents and communications. Submit documents for automated regulatory compliance checks against configurable rule packs.Authentication
All API endpoints require authentication via API Key in the request header.
Your validation API key is provisioned when your account is created.
Quick Start
Validate content in two calls:- Submit content with Validate Content — the response returns a
job_id - Poll Get Validation Results until the job is
doneorfailed
Custom Policy Rules
Import your organization’s compliance policies and extract enforceable rules:- Upload a policy document (PDF, DOCX, or plain text)
- Poll until AI rule extraction completes
- Review and activate rules — they’ll run on all future validations
POST /api/policies/rules and PATCH /api/policies/rules/{rule_id}.
Activity Center
OpenAPI specification
A machine-readable OpenAPI 3.0 document of the public API is available at/openapi.json. See OpenAPI specification for the operations it covers and how to fetch it.
Rate Limits
Contact support@zerodrift.ai for higher limits.

