curl https://agent.usedari.com/documents/550e8400-e29b-41d4-a716-446655440000 \ -H "X-API-Key: YOUR_API_KEY"
{ "id": "550e8400-e29b-41d4-a716-446655440000", "status": "completed", "structured_documents": [ { "filename": "application.pdf", "structured_content": { "applicant_name": "Jane Smith", "business_name": "Smith LLC", "address": { "street": "123 Main St", "city": "Portland", "state": "OR", "zip": "97201" }, "estimated_revenue": 150000 } } ], "error": null, "created_at": "2026-01-15T10:30:00Z" }
Get the status and extracted data of a document bundle
pending
processing
completed
failed
Show Document Fields