How do I export documents with the WellDatabase API?

The WellDatabase API allows users to easily export pdf, tiff, and las files based on the file name or tag. 

Here are a couple example scripts that can help you get started:

Sample Script: By Name

https://github.com/WellDatabase/Python-API-Examples/blob/main/3.7/BulkFileDownload-Sample.py

Sample Script: Using Tags

https://github.com/WellDatabase/Python-API-Examples/blob/main/3.7/BulkFileDownload-ByTag-Sample.py