ParseDaddy is a B2B document-AI platform: upload PDFs and images, get structured JSON, CSV, and Excel. Use the live API console for keys, or wire curl and Postman against the same base URL.
Full endpoint list, request shapes, and authenticated examples. Create API keys from the dashboard and test requests in the browser.
Open API documentation →Dedicated path for receipt images and line-item extraction with usage limits by plan.
Receipt API overview →A published Postman collection is on the roadmap. Today, use curl from the API docs or import the base URL https://parsedaddy.com/api/v1 and Bearer auth into your client.
curl -X POST https://parsedaddy.com/api/v1/process-document \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "documentType=invoice"Replace YOUR_API_KEY with a key from the dashboard (sign-in required).