FileForge
FileForge is an all-in-one file conversion API. Instead of subscribing to 10 different APIs for each conversion type, FileForge handles everything in a single API. ## Supported Conversions **Document Conversion** - HTML to PDF (with Chromium rendering) - Markdown to HTML - Markdown to PDF (with styled output) **Data Conversion** - CSV to JSON - JSON to CSV - JSON to XML - XML to JSON **Image…
FileForge endpoints
| Method | Endpoint | Description |
|---|---|---|
| Data Conversion | ||
| POST |
XML to JSON /api/v1/convert/xml-to-json |
Convert XML string to JSON object. Supports nested elements and automatic type coercion. |
| POST |
JSON to XML /api/v1/convert/json-to-xml |
Convert JSON object to XML format. Supports custom root name, XML declaration, and indentation. |
| POST |
JSON to CSV /api/v1/convert/json-to-csv |
Convert JSON array of objects to CSV format. Supports custom delimiter and header options. |
| POST |
CSV to JSON /api/v1/convert/csv-to-json |
Convert CSV data to JSON format. Supports custom delimiter and header options. |
| Document Conversion | ||
| POST |
Markdown to PDF /api/v1/convert/markdown-to-pdf |
Convert Markdown to styled PDF. Combines Markdown parsing with Chromium PDF generation for professional output. |
| POST |
Markdown to HTML /api/v1/convert/markdown-to-html |
Convert Markdown text to HTML. Supports GitHub Flavored Markdown (GFM) with tables, code blocks, and more. |
| POST |
HTML to PDF /api/v1/convert/html-to-pdf |
Convert HTML to PDF using headless Chromium. Supports page format, orientation, margins, background, and scale options. |
| Image Tools | ||
| POST |
Image Format Convert /api/v1/convert/image/format |
Convert images between formats (JPEG, PNG, WebP) with quality control. |
| POST |
Image Compress /api/v1/convert/image/compress |
Compress images with quality control. Supports JPEG, PNG, and WebP formats. |
| POST |
Image Resize /api/v1/convert/image/resize |
Resize images to specified dimensions. Supports width, height, and fit options (cover, contain, fill, inside, outside). |
| Encoding | ||
| POST |
Base64 to File /api/v1/decode/base64-to-file |
Decode a Base64 string to file content. Supports binary and UTF-8 output formats. |
| POST |
File to Base64 /api/v1/encode/file-to-base64 |
Encode a file to Base64 with data URI. Auto-detects MIME type from file signature. |
| Other endpoints | ||
| GET |
Get Usage /api/v1/usage |
Check your current API usage, monthly quota, rate limits, and tier information. |
FileForge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 20 / second |
|
| ULTRA | $29.99 / month | 60 / second |
|
| MEGA | $99.99 / month | 200 / second |
|