New users get free credits - no credit card required Get started
Free API
API key protected, free to use

Download URLs as ZIP

Download up to 100 HTTP(S) URLs and return them as a ZIP archive.

Endpoint
POST /api/free/download-urls
Free tier: 5 RPM. Paid users: 500 RPM. Limits are shared across Free API endpoints.

Usage notes

  • Only http:// and https:// URLs are accepted.
  • Failed URLs are skipped and written into errors.json inside the ZIP.

API example

curl -X POST "https://apiany.ai/api/free/download-urls" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"urls":["https://example.com/image.png"]}' \
  --output files.zip

Playground

Calls are sent from your browser to this site using your API key.

Request JSON *
Add an API key and required inputs to enable the request.POST /api/free/download-urls