{
  "ok": true,
  "service": "Base64 Decode API",
  "serviceName": "Base64 Decode API",
  "name": "Base64 Decode API",
  "endpoint": "https://tools.ipintel.ai/base64-decode",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "value": "aGVsbG8=",
      "url_safe": false
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "value": {
          "type": "string",
          "description": "Base64 value to decode"
        },
        "url_safe": {
          "type": "boolean",
          "description": "Whether the input uses URL-safe Base64"
        }
      },
      "required": [
        "value"
      ]
    }
  },
  "description": "Base64 Decode API. Decode standard or URL-safe Base64 and return UTF-8 text when possible, hex output, validity, and output length. Useful for agents, developers, token inspection, API debugging, decoding workflows, data transformation, and automation tasks. Paid per call via x402.",
  "tags": [
    "base64",
    "base64-decode",
    "decoding",
    "url-safe-base64",
    "token-inspection",
    "data-transform",
    "developer-tools",
    "api-testing"
  ]
}