Multi-Format Data Converter & Encryption API
Transform data seamlessly between 20+ formats with zero data retention. Built for developers, DevOps engineers, and security-conscious teams who need reliable, fast format conversion without privacy concerns. **Universal Format Support** - **Data Formats**: JSON, XML, CSV, YAML, TOML, INI, Properties, SQL - **Binary Formats**: BSON, MessagePack, Parquet, Base64 - **DevOps Tools**: Docker…
Multi-Format Data Converter & Encryption API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health & Info | ||
| GET |
healthCheck /health |
Check if the API is running. No authentication required. |
| GET |
getApiInfo / |
Returns API metadata, supported formats, pricing tiers, and available endpoints |
| Data Formats | ||
| POST |
convertData /api/convert |
Convert data from one format to another. Supports 20+ formats. ## ✅ All Plans Support: - **Data**: JSON, XML, CSV, YAML, TOML, INI, Properties, ENV - **Binary**: BSON,… |
| Encryption | ||
| POST |
encryptConvert /api/encrypt-convert |
**Combo endpoint:** Convert format AND encrypt in one API call. Perfect for secure config file transformations. |
| POST |
decryptData /api/decrypt |
Decrypt AES-256-GCM encrypted data from /api/encrypt endpoint. Supports two input methods: - **encryptedString**: Combined string (easiest) - **Separate fields**: encrypted + iv… |
| POST |
encryptData /api/encrypt |
Encrypt data using AES-256-GCM with PBKDF2 key derivation (100,000 iterations). **Security Features:** - AES-256-GCM authenticated encryption - PBKDF2 key derivation -… |
| Utilities | ||
| GET |
generatePassword /api/generate-password |
Generate cryptographically secure random password using crypto.randomBytes(). **Features:** - Uppercase letters (A-Z) - Lowercase letters (a-z) - Numbers (0-9) - Special… |
Multi-Format Data Converter & Encryption API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|
| MEGA | $199.99 / month | — |
|