新用户可领取免费积分,无需信用卡 立即开始
免费 API
API Key 保护,免费使用

URL 打包下载

下载最多 100 个 HTTP(S) URL,并以 ZIP 压缩包返回。

接口
POST /api/free/download-urls
免费层级:5 RPM。付费用户:500 RPM。限制在所有免费 API 接口间共享。

使用说明

  • 仅接受 http:// 和 https:// URL。
  • 失败的 URL 会被跳过,并写入 ZIP 内的 errors.json。

API 示例

curl -X POST "https://api.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 Key。

请求 JSON *
填写 API Key 和必填参数后即可运行。POST /api/free/download-urls