This is not a full API for The Drive AI product. These are standalone document intelligence endpoints — the same ones we use internally — exposed for developers and AI agents that need to process documents programmatically.
Extract
Pull structured fields from a document. Fast, schema-enforced, type-safe.
Analyze
Compute, reason, and derive answers that aren’t explicitly written in the document.
Cross-Analyze
Validate and cross-reference across 2-5 documents simultaneously.
How it works
- Define a schema — describe the fields you want, with types
- Send a document — upload a file or pass a URL
- Get structured data — typed JSON, confidence scores, source citations
Define schemas your way
Write raw JSON, or use Pydantic (Python) and Zod (TypeScript) to define schemas with the tools you already use.Supported formats
Authentication
All requests require anX-API-Key header. Get your key at dev.thedrive.ai.
Install
Pricing
Free tier includes 100 credits/month. Purchase more.