Encode and decode Base64 data via API. Supports text, URLs, and file content. Perfect for data transformation workflows.
POST /v1/base64| Name | Type | Required | Description |
|---|---|---|---|
| data | string | Yes | Data to encode or decode |
| action | string | No | Action: encode or decode (default: encode) |
curl -X POST "https://api.toolcenter.dev/v1/base64" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"data": "Hello, World!", "action": "encode"}'
Encode data for API payloads
Decode Base64 strings in automation
Convert images to data URIs
Handle encoded webhook payloads
500 free API calls per month. No credit card required.
Get Started Free