How SyncAI Works
Submit a document → AI extracts data → If confidence is high, get results immediately. If confidence is low, a human verifies the data and you receive verified results via webhook.
1. Upload
POST /v1/extract
2. AI + Human
Auto-review or queue
3. Webhook
Verified data pushed
Quickstart
Send your first document in 2 minutes
Authentication
API keys and security best practices
API Reference
POST /v1/extract endpoint documentation
Webhooks
Receive async verification results
Golden Record Schema
Standardized field definitions and types
Quick Reference
| Endpoint | Method | Purpose |
|---|---|---|
| /v1/extract | POST | Extract data from document |
| /v1/status/:id | GET | Check processing status |
| /webhooks/register | POST | Register callback URL |
| /v1/review/:id/approve | POST | Approve reviewed document |