Image Resize API

What it does

Resizes an image to specified dimensions.

Endpoint

POST https://image-resize-api-x402-689670267582.us-central1.run.app/resize

Price

$0.005 USDC

Request Example

{
  "url": "https://example.com/image.png",
  "width": 800
}

Response

Returns the resized image.