DELXCOMMERCE Live contract

AI media generation · image

Image Transform for Agents

Image resize and conversion API for agents at $0.001 USDC. Call when one base64 PNG/JPEG/WebP needs a bounded resize or format change without an image CDN key. Returns a durable WebP/PNG/JPEG artifact and SHA-256 receipt—no URL fetch, AI upscale claim, or input retention.

x402image-resizeimage-conversionimage-optimizationimage-resize-apiimage-conversion-apiwebp

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image-transform -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"image_base64":"<base64 PNG/JPEG/WebP up to 6 MiB>","output_format":"webp","max_dimension":1024,"quality":85}'
InputPOST /api/v1/x402/image-transform
{
  "image_base64": "<base64 PNG/JPEG/WebP up to 6 MiB>",
  "output_format": "webp",
  "max_dimension": 1024,
  "quality": 85
}
Delivered resultapplication/json
{
  "transform_id": "8e2f4a7d4f3d42b5a2c8f4ecb2b6d5a1",
  "image_url": "https://api.delx.ai/api/v1/generated-image-transforms/2d6c7c2b3f3c8e1e7b0d3a5b6e7f8a9b.webp",
  "provider": "first-party",
  "model": "pillow",
  "output_format": "webp",
  "media_type": "image/webp",
  "width": 1024,
  "height": 576,
  "bytes": 42132,
  "sha256": "2d6c7c2b3f3c8e1e7b0d3a5b6e7f8a9b1234567890abcdef1234567890abcdef",
  "sale_price_usdc": 0.001
}

Machine-readable evidence

Inspect before paying.