klymax402 Image Resize API is a paid API for AI agents from klymax402.com, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).
Fetches a remote image by URL and returns it resized to specified dimensions in PNG, JPEG, or WebP format as a base64-encoded response.
One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.
Returns a JSON object containing the resized image as a base64-encoded string, the output width and height in pixels, the MIME type, the output format, original size in bytes, resized size in bytes, and a compression ratio.
GEThttps://klymax402.com/api/image-resize/api/resizeChoose this endpoint when you need to resize a remotely hosted image by URL, optionally converting its format, and receive the result as a base64-encoded payload — especially useful in agent workflows where storing intermediate files is inconvenient and a direct in-memory image response is preferred.
| Field | Type | Description |
|---|---|---|
| url | string | URL of the image to resize |
| width | number | Target width in pixels (maintains aspect ratio if height is omitted) |
| format | string | Output format: 'png', 'jpeg', or 'webp' (default: png) |
| height | number | Target height in pixels (maintains aspect ratio if width is omitted) |
{
"type": "json",
"example": {
"width": 1,
"base64": "example",
"format": "example",
"height": 1,
"mimeType": "example",
"compressionRatio": 1,
"resizedSizeBytes": 1,
"originalSizeBytes": 1
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"