{"name":"encoding","title":"Encoder / Decoder (base64 / url / hex)","category":"developer","description":"Reversibly encode or decode text between base64, base64url, URL-percent and hex.","price_usd":0.001,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text or encoded payload to convert"},"scheme":{"type":"string","description":"Wire format","enum":["base64","base64url","url","hex"]},"op":{"type":"string","description":"Direction","enum":["encode","decode"]}},"additionalProperties":false,"required":["text"]}}