Discussions

Ask a Question
Back to All

Help with API: Download CSV of All Approved Files

Hi Nanonets Team,

I'm currently using your platform to export approved files as .csv and then running a Python script to integrate the data with our accounting software. So far, it's working great — but I'm doing the export manually, and it's time for a more hands-off approach (so I can finally relax on the beach šŸ˜Ž). I've been going through the documentation, but I'm having trouble finding a way to programmatically download a CSV via the API for all approved documents. Is there an endpoint or recommended method for this? Ideally, I’d like to: Use the API to fetch only approved documents, Export them as a CSV file, And download that file automatically via Python. If there's an example or a snippet you could point me to, that would be awesome. Thanks a lot in advance! Best regards, Jan