API gratis
Protegida por clave API, gratis de usar
Download URLs as ZIP
Download up to 100 HTTP(S) URLs and return them as a ZIP archive.
Endpoint
POST /api/free/download-urlsNivel gratis: 5 RPM. Usuarios de pago: 500 RPM. Los límites se comparten entre todos los endpoints de Free API.
Notas de uso
- Only http:// and https:// URLs are accepted.
- Failed URLs are skipped and written into errors.json inside the ZIP.
Ejemplo de 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.zipPlayground
Las llamadas se envían desde tu navegador a este sitio usando tu clave API.
Request JSON *
Añade una clave API y los campos obligatorios para habilitar la solicitud.POST /api/free/download-urls