POST
/api/v1/downloadCreate an image download
Extract images from one URL or up to ten URLs and return a generated ZIP download URL.
REST API v1.0.0
Use the ImgMiner API to extract images from websites, process bulk URL jobs, and download the results as ZIP archives.
/api/v1/downloadExtract images from one URL or up to ten URLs and return a generated ZIP download URL.
/api/v1/download/file/{filename}Retrieve the ZIP archive identified by the filename returned from the download endpoint.
/api/v1/healthConfirm that the ImgMiner API is available and read its current service timestamp.
curl -X POST https://www.imgminer.com/api/v1/download \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"maxImages": 50,
"deepScan": false
}'