klymax402 Base64 Codec API is a paid API for AI agents from klymax402.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).
Encodes or decodes strings using Base64 (including URL-safe variant) and returns the result with length metadata.
One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.
A JSON object containing the action performed ('encode' or 'decode'), the resulting string, a URL-safe variant of the output, and the input and output character lengths.
GEThttps://klymax402.com/api/base64-codec/api/encodeUse this endpoint when your agent needs a quick, no-setup Base64 encode or decode operation without managing local libraries, or when running in an environment where you want a simple API call instead of executing code. Particularly useful within agent workflows that already use USDC x402 micropayments and need encoding as a utility step.
| Field | Type | Description |
|---|---|---|
| data | string | The data to encode or decode |
| action | string | Action: 'encode' or 'decode' (default: encode) |
{
"type": "json",
"example": {
"action": "example",
"result": "example",
"urlSafe": "example",
"inputLength": 1,
"outputLength": 1
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"