{"uid":"cap_hg6LZOd6L-UbE-Hxj45t0","slug":"autonomy-api-network-image-inspect-f9f8d961","name":"Autonomy API Network Image Inspect","description":"Inspect a base64 image for dimensions, format, likely animation, and optimization advice.","url":"https://autonomy-api-network.onrender.com/v1/image-inspect","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"base64":{"type":"string","description":"Base64 bytes or a data URL"}}},"responseSchema":{"type":"json","example":{"data":{"width":1,"format":"png","height":1,"megapixels":0,"likelyAnimated":false}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_j3P8k5vZ3HgTjuCsIUw2V","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Inspects a base64-encoded image to extract dimensions, format, animation likelihood, and optimization recommendations.","exampleAgentPrompt":"Can you inspect this base64 image for me and tell me its dimensions, format, whether it might be animated, and any optimization tips? Here's the data URL: data:image/png;base64,iVBORw0KGgoAAAANS...","exampleUseCases":[{"title":"Check if uploaded GIF is animated","prompt":"I just received a base64-encoded GIF from a user upload — can you check whether it's actually animated or just a static image? Here's the base64 data: data:image/gif;base64,R0lGODlh..."},{"title":"Optimize image before storing it","prompt":"Before I save this base64 image to our CDN, can you take a look at it and tell me the format, dimensions, and whether there are any compression or format conversion improvements I should make? Here's the data: data:image/jpeg;base64,/9j/4AAQ..."},{"title":"Validate image dimensions for thumbnails","prompt":"I need to make sure this base64 image meets our minimum size requirements for thumbnail generation — can you pull the pixel width and height for me and flag anything that looks off? The image data is: data:image/png;base64,iVBORw0KGgo..."}],"resultDescription":"Returns image metadata including pixel dimensions (width and height), detected image format (e.g. PNG, JPEG, GIF, WebP), a flag indicating whether the image is likely animated, and actionable optimization advice such as compression recommendations or format conversion suggestions.","failureModes":["Invalid or malformed base64 string returns an error indicating bad input","Unsupported image format results in a parsing failure","Empty or missing base64 field returns a validation error","Extremely large images may time out or exceed payload limits","Truncated base64 data may result in partial or failed inspection"],"whenToPreferThis":"Use this endpoint when you need to quickly extract metadata from a base64-encoded image without uploading it to a storage service, or when you want to assess whether an image needs optimization before further processing or display. Ideal for pipelines that receive images as base64 blobs and need format/dimension checks programmatically.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:34:46.606Z","isFirstParty":false}