{"name":"image-convert","description":"Convert an image from one format to another. Send an image_url and output_format (PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, or PSD), with optional width, height, fit, and quality for resizing, and it returns an image_url in the new format with the resulting file_size_bytes. Handles SVG and RAW as inputs too. Use it as an image format converter, HEIC to JPG tool, or image resize and compress API.","price":"$0.01","method":"POST","input_schema":{"properties":{"image_url":{"type":"string","description":"URL of the image to convert. Input format inferred from extension."},"output_format":{"type":"string","description":"Target format: png, jpg, webp, avif, gif, bmp, tiff, ico, heic, heif, or psd."},"quality":{"type":"number","description":"Optional. Output quality for jpg/webp/avif, 1-100."},"width":{"type":"number","description":"Optional. Resize width in pixels, 1-16000."},"height":{"type":"number","description":"Optional. Resize height in pixels, 1-16000."},"fit":{"type":"string","enum":["max","crop","scale"],"description":"Optional. Resize behavior: 'max', 'crop', or 'scale'."}},"required":["image_url","output_format"]},"input_example":{"image_url":"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Altja_j%C3%B5gi_Lahemaal.jpg/1280px-Altja_j%C3%B5gi_Lahemaal.jpg","output_format":"webp","quality":85},"output_example":{"image_url":"https://...webp","output_format":"webp","file_size_bytes":1830},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}