๐Ÿ“

Image Resize API

Resize and optimize images programmatically. Supports width, height, fit modes, and format conversion.

API Docs $0.001 / request

About this tool

Resize and optimize images programmatically. Supports width, height, fit modes, and format conversion.

Quick Start

curl -X POST https://api.iteratools.com/image/resize \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com/image.jpg", "width": 800, "height": 600}'

Response

{"base64": "data:image/jpeg;base64,...", "width": 800, "height": 600}

Pricing

$0.001 per request via x402 micropayment on Base (USDC).

Full Documentation Browse All Tools