Neue Nutzer erhalten kostenlose Credits, keine Kreditkarte nötig Loslegen
Kostenlose API
Per API-Key geschützt, kostenlos nutzbar

Download URLs as ZIP

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

Endpunkt
POST /api/free/download-urls
Kostenlos: 5 RPM. Zahlende Nutzer: 500 RPM. Limits gelten gemeinsam für alle Free-API-Endpunkte.

Hinweise zur Nutzung

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

API-Beispiel

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

Aufrufe werden aus Ihrem Browser mit Ihrem API-Key an diese Website gesendet.

Request JSON *
Fügen Sie API-Key und Pflichtfelder hinzu, um die Anfrage zu aktivieren.POST /api/free/download-urls