Prerequisites
Call the API
- cURL
- Python
- TypeScript
Parse a document
Run the code below to parse a sample bank statement with the API.Replace
YOUR_API_KEY with your API key.Save the markdown response
After parsing the document, save the
markdown response to a file named markdown-bank-statement.md.Extract fields from a document
Now that the parsed output is in a Markdown file, run the code below to extract the Account Holder Name and Number of Deposits fields using the API.Replace The API response includes the extracted fields.
YOUR_API_KEY with your API key, and replace markdown-bank-statement.md with the path to your Markdown file.Next Steps: Develop and Scale
Choose how you want to integrate into your workflow. Call the API directly for maximum flexibility, or use our Python or TypeScript libraries for faster development.API
Call the API directly for language flexibility and advanced customization.
Python Library
Use our Python library to build custom scripts.
TypeScript Library
Use our TypeScript library to build custom scripts.

