{"name":"image-intel-pack","description":"Analyzes an image in one call: description, brand logo detection, and content moderation. Composite: one call runs describe-image + logo-detect + moderate-content. Vision LLM description and logo detection run in parallel, then the description text is moderated for safety (harassment, hate, violence, sexual content, spam, phishing). Returns description, detected brands, moderation verdict, and per-component telemetry. Use it as an image analysis bundle or vision intelligence pack.","price":"$0.04","method":"POST","input_schema":{"properties":{"image_url":{"type":"string","description":"Public http(s) URL of the image to analyze. Max 2048 chars."}},"required":["image_url"]},"input_example":{"image_url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"output_example":{"image_url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png","description":"The Google wordmark on a white background.","logos":{"detected_brands":[{"name":"Google","confidence":0.95}],"no_brands_detected":false},"moderation":{"verdict":"allow","flagged_count":0},"moderation_basis":"description_text","composed_of":["describe-image","logo-detect","moderate-content"],"components":[{"name":"describe-image","ok":true,"ms":2600},{"name":"logo-detect","ok":true,"ms":3100},{"name":"moderate-content","ok":true,"ms":1200}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}