{
  "ok": true,
  "service": "Base64 Encode API",
  "serviceName": "Base64 Encode API",
  "name": "Base64 Encode API",
  "endpoint": "https://tools.ipintel.ai/base64-encode",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "value": "hello",
      "url_safe": false
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "value": {
          "type": "string",
          "description": "String value to encode"
        },
        "url_safe": {
          "type": "boolean",
          "description": "Whether to return URL-safe Base64 without padding"
        }
      },
      "required": [
        "value"
      ]
    }
  },
  "description": "Base64 Encode API. Encode plain text into standard or URL-safe Base64 and return structured JSON with input length and encoded output. Useful for agents, developers, API testing, token workflows, data transformation, encoding workflows, and automation tasks. Paid per call via x402.",
  "tags": [
    "base64",
    "base64-encode",
    "encoding",
    "url-safe-base64",
    "data-transform",
    "developer-tools",
    "api-testing"
  ]
}