Skip to main content
The API reference and the Document Processing guides cover each endpoint on its own. Cookbooks go the other way: each one starts from a problem a team has, then walks the full path from raw file to a result you can ship, often chaining several operations together. Every recipe is a complete, copy-pasteable walkthrough built around real documents you can download and run against.

Recipes

Each recipe solves one document-processing problem from start to finish.

Process Documents in Batches

Apply one extraction schema to a folder of similar documents and process several files concurrently.

Check Onboarding Documents

Classify an identity document and two proofs of address, cross-check their fields, and route unreadable values to review.

Automate Invoice Processing

Coming soon: extract line items and totals from an invoice and route uncertain values to a human.

Sort and Extract a Mixed Document Pile

Split a PDF holding several document types into one file per type, then run a type-specific extraction schema over each.

Redact Sensitive Data From a Document

Find personal data with extraction, locate every occurrence with parsing, and black it out to produce a clean redacted PDF.

Multilingual Extraction

Coming soon: pull the same structured fields out of documents written in over 50 languages.

Review a Redlined Contract

Coming soon: pull clauses, parties, and tracked changes out of a legal agreement.
Want a recipe for a use case that isn’t here yet? Email support@unsiloed.ai and tell us what you’re building.