新規ユーザーは無料クレジットを獲得、クレジットカード不要 はじめる
無料API
APIキー保護、無料で利用可能

Download URLs as ZIP

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

エンドポイント
POST /api/free/download-urls
無料枠: 5 RPM。有料ユーザー: 500 RPM。制限はすべての無料APIエンドポイントで共有されます。

利用メモ

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

API例

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

リクエストはブラウザからこのサイトへ、あなたのAPIキーを使って送信されます。

Request JSON *
APIキーと必須項目を入力すると実行できます。POST /api/free/download-urls