file_url values for API tests.
Bank Statement
2-page statement with Extract + Schema output for account fields, transactions, and checks.
Blackstone Report
6-page financial report for narrative extraction and citation review.
10-K Annual Report
12-page annual report with Extract + Split output for section routing.
Rent Roll
10-page real-estate document with Extract + Schema output for nested unit data.
Complex Table Document
8-page table stress test with Extract + Tables output.
Research Report
3-page research report with table extraction output.
Attention Is All You Need
15-page academic paper for long-form extraction, citations, and RAG tests.
Legal Filing
32-page legal filing for long-document extraction and review workflows.
Example Index
| Example | Pages | Built-in output | Good for | Open |
|---|---|---|---|---|
| Bank Statement | 2 | Extract + Schema | Account metadata, transaction arrays, checks paid, citations. | Open Platform example |
| Rent Roll | 10 | Extract + Schema | Nested arrays, property/unit data, real-estate review flows. | Open Platform example |
| 10-K Annual Report | 12 | Extract + Split | Section routing and split topics before downstream schemas. | Open Platform example |
| Complex Table Document | 8 | Extract + Tables | Spanning cells, multi-page tables, row/column reconstruction. | Open Platform example |
| Research Report | 3 | Extract + Tables | Research-style tables, short report extraction, analyst review. | Open Platform example |
| Blackstone Report | 6 | Extract | Financial narrative extraction, markdown quality, citations. | Open Platform example |
| Attention Is All You Need | 15 | Extract | Academic PDFs, figures, references, RAG chunking tests. | Open Platform example |
| Legal Filing | 32 | Extract | Long legal documents, page-level review, async processing. | Open Platform example |
Use A Sample With The API
Pass the public PDF URL directly asfile_url. For example, the Bank Statement sample is stable at:
Use A Sample In The Platform
Open the processed example
Click the Platform link for any row above to inspect the pre-processed output.
Review the available tabs
Check Markdown, Tables, Schema, Split, citations, chunks, and figures depending on the example.
Enterprise Notes
- These examples are public demo documents. Do not use private customer files in cookbook pages.
- Use the Platform link when you want to inspect saved outputs without consuming credits.
- Use the
file_urlvalues in code samples when you want to test your own API request, webhook handler, or SDK code path. - For regulated workflows, treat examples as smoke tests only; validate on representative documents inside your own storage boundary before production.