Understanding document parsing and its benefits
Document Upload
POST /api/v1/parse/upload
AI Processing
Structured Data
{ "account_info": { "account_number": "1234567890", "bank_name": "Example Bank" }, "transactions": [ { "date": "2024-01-01", "description": "Payment", "amount": 100.50 } ] }