Documentation Index
Fetch the complete documentation index at: https://docs.ledgerize.ai/llms.txt
Use this file to discover all available pages before exploring further.
Steps
1) Upload a PDF
curl -s -X POST -H "X-Api-Key: $LEDGERIZE_API_KEY" -F file=@statement.pdf https://ledgerize.ai/api/v1/files
2) Convert to JSON
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
3) Poll job & fetch result
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
Use format: CSV or XLS to download a file. See the Endpoints section for details.