{"api":"v1","generated_at":"2026-09-15T19:57:38.075Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/the-stall-intuitek-ai-cap-vision-analyze-743c8a","pinned_page":"https://tollindex.com/e/the-stall-intuitek-ai-cap-vision-analyze-743c8a/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"the-stall-intuitek-ai-cap-vision-analyze-743c8a","canonical_url":"https://the-stall.intuitek.ai/cap/vision-analyze","resource":"https://the-stall.intuitek.ai/cap/vision-analyze","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Analyze any image URL using GPT-4o-mini vision. Returns structured analysis based on the mode: describe (full description), ocr (text extraction), chart (data/trend extraction), ui (interface analysis), identify (object/subject ID), or qa (answer a specific question about the image). Input must be a publicly accessible image URL (JPEG, PNG, GIF, WebP). $0.050/call.","service_name":null,"declared_category":null,"declared_tags":["vision","image-analysis","evidence","multimodal"],"route_template":null,"registry_updated":"2026-09-12T10:02:10.360Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"cap vision analyze","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.05 USDC","amount_units":0.05,"decimals_known":true,"pay_to":"0x03d773c52B67993e60Ecb3134b17436fE03B584c","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":9,"unique_payers_30d":1,"last_called_at":"2026-09-12T10:02:10.060Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:31:17.600Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:31:17.600Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:04:55.635Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:01:24.755Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:17:31.202Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:58:27.463Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x03d773c52B67993e60Ecb3134b17436fE03B584c","page":"https://tollindex.com/seller/0x03d773c52B67993e60Ecb3134b17436fE03B584c","endpoints":4,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["vision","image-analysis","evidence","multimodal"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x03d773c52B67993e60Ecb3134b17436fE03B584c","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-12T10:02:10.06Z","l30DaysTotalCalls":9,"l30DaysUniquePayers":1},"resource":"https://the-stall.intuitek.ai/cap/vision-analyze","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{}},"output":{"type":"json","example":{"url":"example","mode":"example","model":"example","tokens":{"total":1,"prompt":1,"completion":1},"analysis":"example","finish_reason":"example"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":[],"properties":{"url":{"type":"string","description":"Publicly accessible URL of the image to analyze. Must return image/jpeg, image/png, image/gif, or image/webp content-type. Max file size: 20MB."},"mode":{"enum":["describe","ocr","chart","ui","identify","qa"],"type":"string","default":"describe","description":"Analysis mode: describe (full scene description), ocr (text extraction), chart (data/chart analysis), ui (UI screenshot analysis), identify (object/subject identification), qa (answer a specific question about the image — requires the 'question' parameter)."},"detail":{"enum":["low","high","auto"],"type":"string","default":"auto","description":"OpenAI vision detail level. 'auto' (default): model decides based on image size. 'low': faster, cheaper, less detail (best for simple images). 'high': slower, more detail (best for charts, dense text, complex scenes)."},"question":{"type":"string","maxLength":500,"description":"For mode=qa only: the specific question to answer about the image. E.g., 'What is the total revenue shown in Q3?' or 'What does the error message say?'"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"url":{"type":"string","description":"The image URL that was analyzed."},"mode":{"type":"string","description":"The analysis mode that was applied."},"model":{"type":"string","description":"OpenAI model used for analysis."},"tokens":{"type":"object","properties":{"total":{"type":["integer","null"]},"prompt":{"type":["integer","null"]},"completion":{"type":["integer","null"]}}},"analysis":{"type":"string","description":"AI-generated analysis of the image based on the selected mode."},"finish_reason":{"type":"string","description":"OpenAI finish reason (stop, length, content_filter)."}}}}}}}}},"description":"Analyze any image URL using GPT-4o-mini vision. Returns structured analysis based on the mode: describe (full description), ocr (text extraction), chart (data/trend extraction), ui (interface analysis), identify (object/subject ID), or qa (answer a specific question about the image). Input must be a publicly accessible image URL (JPEG, PNG, GIF, WebP). $0.050/call.","lastUpdated":"2026-09-12T10:02:10.36Z","x402Version":2}]}}