CodableAIA Stacksona Company

Image Base64 Info

Reads a base64 image string, reports MIME type, payload size, and byte estimate without decoding pixels.

Run tool

Form input

Output JSON


          

Work steps

    Inputs

    NameTypeRequiredDescription
    base64base64YesBase64 image string or data URL

    Outputs

    NameTypeDescription
    mime_typetextMime type
    byte_lengthintegerByte length
    previewtextPreview
    workarrayWork

    Sample request

    {
      "base64": "data:image/x-portable-anymap;base64,UDMKMiAyCjI1NQoyNTUgMCAwICAwIDI1NSAwICAwIDAgMjU1ICAyNTUgMjU1IDI1NQo="
    }