Format Converter API
This API provides fast and reliable conversion between CSV, JSON, and XML file formats. Users can upload their files and easily convert data formats seamlessly. Conversions are powered by FastAPI backend offering high performance. Features: - Convert CSV files to JSON format - Convert JSON files to CSV format - Convert JSON files to XML format - Convert XML files to JSON format - Easy-to-use and…
Format Converter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
jsonToCsv /json-to-csv |
|
| POST |
csvToJson /csv-to-json |
|
| POST |
xmlToJson /xml-to-json |
|
| POST |
jsonToXml /json-to-xml |