Image Resizer API
Pricing
from $3.39 / 1,000 image processeds
Image Resizer API
Resize, crop, pad, and convert images by URL, base64, or key-value-store key. E-commerce, social, website, and WhatsApp presets. Batch up to 100 images per run.
Image Resizer API
Pricing
from $3.39 / 1,000 image processeds
Resize, crop, pad, and convert images by URL, base64, or key-value-store key. E-commerce, social, website, and WhatsApp presets. Batch up to 100 images per run.
You can access the Image Resizer API programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in API & Integrations in Apify Console.
$echo '{< "images": [< {< "url": "https://placehold.co/1200x800.jpg?text=sample-1",< "id": "sample-image-1"< },< {< "url": "https://placehold.co/1280x840.jpg?text=sample-2",< "id": "sample-image-2"< },< {< "url": "https://placehold.co/1360x880.jpg?text=sample-3",< "id": "sample-image-3"< },< {< "url": "https://placehold.co/1440x920.jpg?text=sample-4",< "id": "sample-image-4"< },< {< "url": "https://placehold.co/1520x960.jpg?text=sample-5",< "id": "sample-image-5"< }< ],< "width": 800,< "height": 600,< "backgroundColor": "#FFFFFF",< "quality": 80<}' |<apify call parsebird/image-resizer-api --silent --output-datasetThe Apify CLI is the official tool that allows you to use Image Resizer API locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: