Convert File API
Convert File API This is a developer-friendly API that provides a suite of robust file conversion endpoints. Whether you need to convert CSV, Excel, or JSON files, our APIs simplify the process, enabling developers to integrate file format transformations directly into their applications with minimal effort. Key Features - Multi-format Support – Convert between CSV, Excel (XLSX), and JSON…
Convert File API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Convert CSV to Excel (.xlsx) /csv-to-excel |
Upload a CSV file to convert it into an Excel (.xlsx) format. Returns the converted Excel file for download. |
| POST |
Convert Excel to CSV /excel-to-csv |
Upload an Excel (.xlsx) file and convert it to a CSV file. The response provides a downloadable CSV file. |
| POST |
Convert CSV to JSON /csv-to-json |
Upload a CSV file and convert it to JSON format. Each row of the CSV becomes an object in a JSON array. |
| GET |
Check / |
Check |
| POST |
Convert JSON to CSV /json-to-csv |
Upload a JSON file and convert it to a structured CSV file. Ideal for exporting JSON data into spreadsheets. |
| POST |
Convert Excel to JSON /excel-to-json |
Upload an Excel (.xlsx) file and receive a JSON file where each row is represented as a JSON object. Supports multiple columns and sheet parsing. |
| POST |
Convert JSON to Excel /json-to-excel |
Upload a JSON file and convert it into an Excel sheet (.xlsx). The output file maintains tabular structure suitable for analytics. |
Convert File API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA | $8 / month | — |
|