{
  "x402Version": 2,
  "id": 7083,
  "slug": "7083",
  "resource": "https://oraclepost.higgsfield.app/api/encode",
  "description": "Encode and decode text: base64, hex and URL-encoding, both directions. POST JSON {\"text\": \"…\", \"op\": \"base64\"} where op is base64|base64d|hex|hexd|url|urld. Pure computation, nothing stored, no cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6Ea120757d27f3c8eFae392CEdb114c8FE5970fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "bodyFields": {
            "op": "base64 | base64d | hex | hexd | url | urld",
            "text": "Input text"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "input_len": 5,
            "op": "base64",
            "output": "aGVsbG8="
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "bodyFields": {
                "properties": {
                  "op": {
                    "description": "base64 | base64d | hex | hexd | url | urld",
                    "type": "string"
                  },
                  "text": {
                    "description": "Input text",
                    "type": "string"
                  }
                },
                "required": [
                  "text",
                  "op"
                ],
                "type": "object"
              },
              "bodyType": {
                "const": "json"
              },
              "method": {
                "const": "POST"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "oraclepost.higgsfield.app",
  "lastUpdated": "2026-09-17T09:35:04.075Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T09:35:03.419Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "oraclepost.higgsfield.app",
    "manifest_name": "oraclepost.higgsfield.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}