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
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
1
Open the processed example
Click the Platform link for any row above to inspect the pre-processed output.
2
Review the available tabs
Check Markdown, Tables, Schema, Split, citations, chunks, and figures depending on the example.
3
Try the document yourself
Sign in and use Try this PDF from the example viewer, or copy the
file_url from the code sample into a new API request.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.