SmartSchema Extract API
# SmartSchema Extract API — Unstructured Text to JSON Engine **SmartSchema Extract API** is a high-performance REST API that transforms unstructured text (web HTML, raw PDF text, emails, transcription logs) into strictly validated JSON objects. By utilizing Google Gemini's native Structured Output with **99.99% schema compliance**, it eliminates the need for fragile regular expressions or custom…
SmartSchema Extract API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Extraction | ||
| POST |
extractData /v1/extract |
Sends unstructured text and a JSON Schema definition; returns a validated JSON object with all extracted fields. Powered by Google Gemini Structured Output. |
| System | ||
| GET |
healthCheck /health |
Returns API status. No authentication required. |
SmartSchema Extract API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $49 / month | — |
|
| MEGA | $149 / month | — |
|