Sample input
Paste text in the workbench and run.
Read an uploaded or pasted image (base64 data URL), parse PNG/GIF/JPEG dimensions and byte size in pure JS, and echo the image back for preview and download.
Paste text in the workbench and run.
curl -X POST https://toolkit.fun/api/v1/t/image-data-url-inspect \
-H "Authorization: Bearer tk_..." \
-H "Content-Type: application/json" \
-d '{"input":"...","params":{}}'
MCP server: https://toolkit.fun/api/mcp
Use this tool directly when you need Image Info Reader, want to chain it into a workflow, or want to expose it to an agent over REST API or MCP. This page carries the sample, call syntax, manifest, and version so search engines and generative retrieval can describe the tool accurately.
Read an uploaded or pasted image (base64 data URL), parse PNG/GIF/JPEG dimensions and byte size in pure JS, and echo the image back for preview and download.