{"partialResults":false,"resources":[{"accepts":[{"amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x38C063312719220c676E988f0DEE14B4ec0e44C8","scheme":"exact"}],"description":"High-performance image conversion, resizing, and asset optimization service. Seamlessly converts between JPG, PNG, WebP, and AVIF formats with custom dimensions, progressive loading, and quality adjustments. Includes premium preset optimizations like 'nft-ready' (maximum metadata preservation) and 'web-optimized' (aggressive web compression for next-gen performance). Useful for automated image pipelines, CDN optimization, and on-the-fly media processing.","extensions":{"bazaar":{"category":"media-processing","info":{"input":{"body":{"format":"webp","quality":80},"bodyType":"form-data","method":"POST","type":"http"},"output":{"example":{"message":"Image returned directly as binary stream response"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Target image file format extension (webp, jpg, png, avif)","type":"string"},"height":{"description":"Optional target height in pixels for image scaling","type":"number"},"preset":{"description":"Optimization preset (nft-ready for max metadata, web-optimized for extreme web page compression)","type":"string"},"quality":{"description":"Compression quality factor from 1 to 100 (default: 80)","type":"number"},"width":{"description":"Optional target width in pixels for image scaling","type":"number"}},"required":[]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["image","conversion","optimization","webp","avif","nft-metadata","image-resizer","ai-tools"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783820462/bazaar-icons/87251f674c6daed8.jpg","lastUpdated":"2026-08-03T18:03:23.561Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-03T18:03:23.362Z"},"resource":"https://vibesprings.net/api/convert-image","serviceName":"Vibe Springs","tags":["image","conversion","optimization","webp","avif"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x7006853650Cf5D2FB1BBf0416AaDF365c08c6D44","scheme":"exact"}],"description":"Outcome-verified image transformation","extensions":{"bazaar":{"info":{"input":{"body":{"imageUrl":"https://example.com/photo.jpg","instruction":"remove the background"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"downloadUrl":"/v1/jobs/b3b1e2b0-2f2a-4c7e-9c1a-2f6a1e0f9d3b/download","jobId":"b3b1e2b0-2f2a-4c7e-9c1a-2f6a1e0f9d3b","output":{"byteSize":182442,"contentType":"image/png","filename":"snapfix-b3b1e2b0-2f2a-4c7e-9c1a-2f6a1e0f9d3b.png","format":"png","hasAlpha":true,"height":512,"width":512},"status":"completed"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"imageUrl":{"description":"Publicly fetchable HTTPS URL of the source image (jpeg, png, webp, gif, tiff, or avif).","format":"uri","type":"string"},"instruction":{"description":"Natural-language edit instruction, e.g. \"remove the background\" or \"resize to 512x512\".","maxLength":500,"minLength":1,"type":"string"}},"required":["instruction","imageUrl"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-24T06:11:27.676Z","quality":{"l30DaysTotalCalls":9,"l30DaysUniquePayers":3,"lastCalledAt":"2026-08-24T06:11:27.318Z"},"resource":"https://api.snapfix.media/v1/transform","serviceName":"Snapfix Image Transform","tags":["image","vision","editing","background-removal","resize"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x15459498e1191d8787c83177809bd54022fA18c4","scheme":"exact"}],"description":"Modify an image in one call: crop, resize, convert to greyscale, and re-encode (PNG/JPEG/WebP) — applied in that order, any combination. Deterministic, no upscaling surprises.","extensions":{"bazaar":{"info":{"input":{"body":{"format":"jpeg","greyscale":false,"imageBase64":"","quality":80,"resize":{"width":512}},"bodyType":"json","method":"POST","type":"http"},"output":{"body":{"dataBase64":"string","format":"string","meta":{"height":"number","inputHeight":"number","inputWidth":"number","operations":"array","outputBytes":"number","width":"number"}},"bodyType":"json","example":{"dataBase64":"/9j/4AAQSkZJRg…","format":"jpeg","meta":{"height":288,"inputBytes":482113,"inputFormat":"png","inputHeight":1080,"inputWidth":1920,"operations":["resize","encode:jpeg"],"outputBytes":18342,"width":512}}}},"routeTemplate":"/image","schema":{"properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"crop":{"description":"Crop region in source pixels; applied first.","properties":{"height":{"type":"number"},"left":{"type":"number"},"top":{"type":"number"},"width":{"type":"number"}},"required":["width","height"],"type":"object"},"format":{"description":"Output encoding (default: source format).","enum":["png","jpeg","webp"],"type":"string"},"greyscale":{"description":"Convert to greyscale.","type":"boolean"},"imageBase64":{"description":"Base64-encoded source image (png/jpeg/webp/gif/tiff).","type":"string"},"quality":{"description":"JPEG/WebP quality 1-100 (default 80).","type":"number"},"resize":{"description":"Target size; fit: cover|contain|fill|inside|outside (default inside).","properties":{"fit":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"}},"type":"object"}},"required":["imageBase64"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"}}}}},"lastUpdated":"2026-07-30T10:36:54.062Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-07-30T10:36:53.429Z"},"resource":"https://workbot1.oddsys.org/image","serviceName":"Busker Image Tools","tags":["image","resize","crop","greyscale","convert"],"type":"http","x402Version":2},{"accepts":[{"amount":"250000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xdaDc335482AD545296Fd7b28518A251fFCbEb9Df","scheme":"exact"},{"amount":"250000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8FVeybWnB4dYrxTuPK7WzFZNAiEcFVaDLFnKpRwVGr5s","scheme":"exact"}],"description":"Generate agent-ready image assets (icons, logos, social graphics, thumbnails, banners) with gpt-image-1. Claude refines the prompt, screens content, adds alt text and a score. Returns image_url as a base64 PNG data URI. Flat $0.25; n=1; ratios 1:1/16:9/9:16.","extensions":{"bazaar":{"info":{"input":{"body":{"aspect_ratio":"1:1","prompt":"clean modern app icon for a network intelligence API","use_case":"app_icon"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"alt_text":"App icon.","grade":"A","image_url":"data:image/png;base64,...","revised_prompt":"A clean app icon...","score":92},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"aspect_ratio":{"description":"1:1, 16:9, or 9:16 (aliases like square/wide/tall accepted).","type":"string"},"brand_colors":{"description":"Optional palette.","items":{"type":"string"},"type":"array"},"n":{"description":"Image count — currently clamped to 1.","type":"number"},"prompt":{"description":"What to create (3-2000 chars).","type":"string"},"provider":{"description":"Optional image backend override; unknown values 400.","type":"string"},"style":{"description":"Optional art direction.","type":"string"},"use_case":{"description":"One of: app_icon, logo, banner, avatar, social_graphic, og_image, blog_thumbnail, product_mockup, illustration, web_image (default). Unknown values fall back to web_image with a warning.","type":"string"}},"required":["prompt"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"alt_text":{"type":"string"},"grade":{"type":"string"},"image_url":{"type":"string"},"revised_prompt":{"type":"string"},"score":{"type":"number"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784214098/bazaar-icons/7d2bf437631b2e4e.png","lastUpdated":"2026-08-26T04:52:33.601Z","quality":{"l30DaysTotalCalls":9,"l30DaysUniquePayers":6,"lastCalledAt":"2026-08-26T04:53:03.536Z"},"resource":"https://netintel.dev/ai-image/generate","serviceName":"NetIntel","tags":["image generation","ai image","logo generator","icon generator","no api key"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689","scheme":"exact"}],"description":"Upscale and enhance an image 2-4x on Venice, paid per request in USDC on Base via x402, no API key. Standalone — send an image URL or base64; no model lookup required.","extensions":{"bazaar":{"info":{"input":{"body":{"image":"https://example.com/small.png","scale":4},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"id":"up_aispace_abc123","images":["https://x402.aispace.bot/media/up_abc123.png"],"scale":4},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":true,"properties":{"image":{"description":"Source image as a URL or base64 data URI.","type":"string"},"scale":{"description":"Upscale factor: 2, 3, or 4. Default 2.","type":"number"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"ok":{"type":"boolean"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"chainId":8453,"estimateBasis":"image","priceMult":0.5,"pricingFallback":"min_charge","pricingHint":{"basis":"image","error":"model_required_for_pricing","hint":"unknown or unpriced model — use a catalog id from GET /api/v1/models?type=… or resolve GET /api/v1/models/traits (e.g. default). Send that exact id; do not invent OpenAI names."},"tokenDecimals":6},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785852238/bazaar-icons/33013603ae44be93.png","lastUpdated":"2026-08-24T07:50:58.725Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-24T07:50:58.6Z"},"resource":"https://x402.aispace.bot/api/v1/image/upscale","serviceName":"AiSpace Venice","tags":["venice","image","upscale","enhance","aispace"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xe73D86f185bE79a33b0318d881B71f2a24371114","scheme":"exact"}],"description":"Crop an image to a box (left, top, right, bottom in pixels).","extensions":{"bazaar":{"info":{"input":{"body":{"bottom":4,"image_b64":"iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAF0lEQVR4nGNkYKhQYGDARCwgAhsYnBIAYkcCVoUBRccAAAAASUVORK5CYII=","left":0,"right":4,"top":0},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"width":4},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":true,"properties":{"bottom":{"type":"number"},"image_b64":{"type":"string"},"left":{"type":"number"},"right":{"type":"number"},"top":{"type":"number"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-07-30T21:15:33.563Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-07-30T21:15:33.41Z"},"resource":"https://api.24klabs.ai/api/image-crop","serviceName":"Crop Image","tags":["ai","24klabs"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x5a45010395d62e9C4A8a0931bDe0493AACA4f657","scheme":"exact"},{"amount":"10000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x5a45010395d62e9C4A8a0931bDe0493AACA4f657","scheme":"exact"},{"amount":"10000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0x5a45010395d62e9C4A8a0931bDe0493AACA4f657","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM","merchant":"x402Atlas","tier":"standard"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","scheme":"exact"}],"description":"Convert and compress images to WebP, AVIF, JPEG or PNG. Optimize and shrink photos for web and CDN delivery from any image URL.","extensions":{"bazaar":{"category":"media-processing","info":{"input":{"body":{"format":"webp","image_url":"https://www.gstatic.com/webp/gallery/1.jpg","quality":80},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Output format: webp, jpeg, jpg, png or avif (default webp)","enum":["webp","jpeg","jpg","png","avif"],"type":"string"},"image_url":{"description":"Absolute http(s) URL of the image to optimize","type":"string"},"quality":{"description":"Encoding quality 1..100 (default 80)","maximum":100,"minimum":1,"type":"integer"}},"required":["image_url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"}},"required":["input"],"type":"object"},"tags":["webp","image-optimization","compress-image","convert-image","avif","png-to-webp","jpg-to-webp","image-cdn"]}},"lastUpdated":"2026-08-15T06:30:27.608Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-15T06:30:27.477Z"},"resource":"https://imgopt.use.x402atlas.com/optimize","serviceName":"Image Optimizer \u0026 WebP Converter","tags":["webp","image-optimization","compress-image","convert-image","avif"],"type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"zq7klprei6htyaa"}}
