Docs
Introduction
Introduction
Welcome to APIVult documentation.
APIVult provides production-grade APIs for compliance, data validation, and security.
All APIs are available via api.apivult.com and follow a consistent REST interface with JSON request/response formats.
Available APIs
| API | Description |
|---|---|
| DataForge | 9-in-1 data validation (phone, email, IBAN, credit card, VAT, and more) |
| GlobalShield | PII detection and redaction from images and PDFs |
| FinAudit AI | Financial document OCR with AI fraud detection |
| SanctionShield AI | Real-time sanctions screening (OFAC, UN, EU) |
| LegalGuard AI | AI contract review with 8-category risk detection |
| DocForge | Programmatic document generation (PDF, Word) |
| WebShot | High-fidelity webpage screenshot API |
Authentication
All APIs use API key authentication. Include your API key in every request header: X-API-Key: YOUR_API_KEY
Getting Started
- Sign up at apivult.com and subscribe to any API
- Copy your API key from the APIVult dashboard
- Follow the quickstart guide for your chosen API
Let's get building!