InputPOST /api/v1/x402/image-transform
{
"image_base64": "<base64 PNG/JPEG/WebP up to 6 MiB>",
"output_format": "webp",
"max_dimension": 1024,
"quality": 85
}
AI media generation · image
Resize or convert one base64 image to WebP, PNG, or JPEG for $0.001 via x402—first-party bounded transform with no URL fetch or input retention
One-command purchase
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}'
{
"image_base64": "<base64 PNG/JPEG/WebP up to 6 MiB>",
"output_format": "webp",
"max_dimension": 1024,
"quality": 85
}
{
"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