Overview
The ZeroDrift Validation API enables compliance validation of financial documents and communications. Submit documents for automated regulatory compliance checks against configurable rule packs. Version: 1.0.0 Base URL:https://zhshgjat2b.execute-api.us-east-1.amazonaws.com/dev/v1
Authentication
All API endpoints require authentication via API Key in the request header.| Header | Description |
|---|---|
x-api-key | Your ZeroDrift API key |
Quick Start
The API supports two document validation workflows:Option A: Direct Upload (Small Documents < 6MB)
- Submit your document with
validate_stream - Poll for results with
validate_stream_result
Option B: S3 Presigned URL (Large Documents)
- Request a presigned URL
- Upload your file directly to S3
- Trigger validation with
validate_stream_start - Poll for results with
validate_stream_result
Rate Limits
| Tier | Requests/Second | Burst |
|---|---|---|
| Standard | 10 | 50 |

