{
  "slug": "data-uri-decode",
  "name": "gizza-ai/data-uri-decode",
  "version": "0.1.0",
  "title": "Data URI Decoder — decode a data: URI into its MIME type & payload — gizza.ai",
  "description": "Decode a data: URI into its MIME type, charset and payload — text decoded inline, binaries with detected type and hex preview, all in your browser.",
  "tags": [
    "data uri decoder",
    "data url decoder",
    "decode data uri",
    "data uri parser",
    "base64 data uri",
    "rfc 2397",
    "mime type",
    "data uri to text",
    "decode base64 data url"
  ],
  "category": "encoding",
  "urls": {
    "page": "https://gizza.ai/tools/data-uri-decode/",
    "markdown": "https://gizza.ai/tools/data-uri-decode/index.md",
    "descriptor": "https://gizza.ai/tools/data-uri-decode/tool.json",
    "deep_link_example": "https://gizza.ai/tools/data-uri-decode/?uri=data%3Atext%2Fplain%3Bcharset%3Dutf-8%3Bbase64%2CSGVsbG8sIFdvcmxkIQ%3D%3D"
  },
  "cli": "gizza tool data-uri-decode \"data:text/plain;charset=utf-8;base64,SGVsbG8sIFdvcmxkIQ==\"",
  "tool": {
    "description": "Parse and decode a data: URI (RFC 2397) into its MIME type, parameters (charset), encoding, byte size, and decoded payload (text or binary file-type + hex preview).",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "uri": {
          "description": "The data: URI to decode.",
          "type": "string"
        }
      },
      "required": [
        "uri"
      ],
      "type": "object"
    }
  }
}