{"api":"v1","generated_at":"2026-09-15T18:47:53.670Z","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/api-svgsmith-dev-v1-convert-16571f","pinned_page":"https://tollindex.com/e/api-svgsmith-dev-v1-convert-16571f/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":"api-svgsmith-dev-v1-convert-16571f","canonical_url":"https://api.svgsmith.dev/v1/convert","resource":"https://api.svgsmith.dev/v1/convert","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Convert a raster image (PNG, JPEG, or WebP) into clean, editable, self-verified SVG vector art. Pay per conversion in USDC on Base via x402 - no API key, no subscription. Send JSON with imageBase64 or imageUrl; tune with mode (auto/binary/color/pixel), detail (high/normal/clean/poster), transparent or solid background, and outline flags. Returns the SVG plus a quality report (paths, similarity score).","service_name":"svgsmith","declared_category":null,"declared_tags":["svg","vectorize","png-to-svg","image-conversion","ai-agents"],"route_template":null,"registry_updated":"2026-09-10T13:36:03.109Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"convert","category":"identity","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.02 USDC","amount_units":0.02,"decimals_known":true,"pay_to":"0xC34cDa76D8b9eDd3Be25C336CA1cf668522fDF0C","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":4,"unique_payers_30d":2,"last_called_at":"2026-09-10T13:36:02.739Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:02:57.398Z","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-15T04:02:57.398Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:01:46.130Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:01:21.601Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:16:32.907Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:42:11.113Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xC34cDa76D8b9eDd3Be25C336CA1cf668522fDF0C","page":"https://tollindex.com/seller/0xC34cDa76D8b9eDd3Be25C336CA1cf668522fDF0C","endpoints":1,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["svg","vectorize","png-to-svg","image-conversion","ai-agents"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xC34cDa76D8b9eDd3Be25C336CA1cf668522fDF0C","amount":"20000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783941580/bazaar-icons/14edc01cca6ba7be.png","quality":{"lastCalledAt":"2026-09-10T13:36:02.739Z","l30DaysTotalCalls":4,"l30DaysUniquePayers":2},"resource":"https://api.svgsmith.dev/v1/convert","extensions":{"bazaar":{"info":{"input":{"body":{"mode":"auto","detail":"high","imageUrl":"https://example.com/logo.png"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"svg":"<svg xmlns=...>...</svg>","meta":{"mode":"color","bytes":38563,"detail":"high","similarity":0.97}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","anyOf":[{"required":["imageBase64"]},{"required":["imageUrl"]}],"properties":{"mode":{"enum":["auto","binary","color","pixel"],"type":"string"},"detail":{"enum":["high","normal","clean","poster"],"type":"string"},"imageUrl":{"type":"string","description":"Publicly fetchable URL of the raster image to vectorize."},"background":{"type":"string","description":"Repaint background to this color."},"imageBase64":{"type":"string","description":"Base64-encoded raster image (alternative to imageUrl)."},"uniform_outline":{"type":"boolean"},"solid_background":{"type":"boolean"},"transparent_background":{"type":"boolean"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["svg"],"properties":{"svg":{"type":"string","description":"The converted SVG markup."},"meta":{"type":"object"}}}}}}}}},"description":"Convert a raster image (PNG, JPEG, or WebP) into clean, editable, self-verified SVG vector art. Pay per conversion in USDC on Base via x402 - no API key, no subscription. Send JSON with imageBase64 or imageUrl; tune with mode (auto/binary/color/pixel), detail (high/normal/clean/poster), transparent or solid background, and outline flags. Returns the SVG plus a quality report (paths, similarity score).","lastUpdated":"2026-09-10T13:36:03.109Z","serviceName":"svgsmith","x402Version":2}]}}