Base64 Utilities API
The Base64 Utilities API provides comprehensive Base64 encoding and decoding capabilities. Features include URL-safe variants, Data URI generation, batch processing, and full UTF-8 support. ## Core Features - **Standard Base64**: Full UTF-8 encoding/decoding - **URL-Safe Base64**: Base64URL variant for URLs - **Data URI Generation**: Create data:image/png;base64,... format - **Batch…
Base64 Utilities API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Encoding | ||
| POST |
encodeUrlSafe /api/base64/url |
|
| POST |
encodeBase64 /api/base64/encode |
|
| Decoding | ||
| POST |
decodeUrlSafe /api/base64/decode-url |
Decode a URL-safe Base64 string back to its original text. |
| POST |
decodeBase64 /api/base64/decode |
|
| Validation | ||
| POST |
validateBase64 /api/base64/validate |
|
| File Operations | ||
| POST |
toDataUri /api/base64/to-data-uri |
Convert raw content and MIME type into a data URI string. |
| POST |
encodeFile /api/base64/file |
Encodes raw content or previously Base64-encoded content to Base64. Accepts raw text content or a Base64 string to re-encode. |
| Batch | ||
| POST |
batchProcess /api/base64/batch |
Encode or decode multiple strings in a single request. |
| Info | ||
| GET |
getHealth /health |
|
| GET |
getRoot / |
|
Base64 Utilities API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | 500 / minute |
|
| ULTRA | $29 / month | 1000 / minute |
|
| MEGA | $99 / month | 5000 / minute |
|