Steps
1) Upload a PDF
2) Convert to JSON
3) Poll job & fetch result
format: CSV or XLS to download a file. See the Endpoints section for details.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Convert a PDF with the Ledgerize API in minutes
curl -s -X POST -H "X-Api-Key: $LEDGERIZE_API_KEY" -F file=@statement.pdf https://ledgerize.ai/api/v1/files
curl -s -X POST -H "X-Api-Key: $LEDGERIZE_API_KEY" -H "Content-Type: application/json" -d '{"ids":["<uuid>"],"format":"JSON"}' https://ledgerize.ai/api/v1/convert
curl -s -H "X-Api-Key: $LEDGERIZE_API_KEY" https://ledgerize.ai/api/v1/jobs/<jobId>
curl -s -H "X-Api-Key: $LEDGERIZE_API_KEY" https://ledgerize.ai/api/v1/jobs/<jobId>/result
format: CSV or XLS to download a file. See the Endpoints section for details.