json2xls v2
Attention! ConvertJsonFile and ConvertXmlFile endpoints require 'multipart/form-data' content-type in request. Since RapidAPI does not allow to choose 'multipart/form-data' in endpoint editor, the 'application/octet-stream' was selected
json2xls v2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| JSON to | ||
| POST |
ConvertJsonRaw /ConvertJsonRaw |
Converts raw JSON into MS Excel (XLSX or XLS), CSV, TSV formats. Returns target file or zip archive (with target file inside). |
| POST |
ConvertJsonFile /ConvertJsonFile |
Content-type header must be 'multipart/form-data' . Parameter name is not limited only to 'anyFileName1' , but can be any. ----- Converts JSON file (or zip archive with JSON… |
| POST |
ConvertJsonUrl /ConvertJsonUrl |
Converts JSON file under URL into MS Excel (XLSX or XLS), CSV, TSV formats. Url must be specified in request Body. Returns target file or zip archive (with target file inside). |
| XML to | ||
| POST |
ConvertXmlRaw /ConvertXmlRaw |
Converts raw XML into MS Excel (XLSX or XLS), CSV, TSV formats. Returns target file or zip archive (with target file inside). |
| POST |
ConvertXmlFile /ConvertXmlFile |
Content-type header must be 'multipart/form-data' . Parameter name is not limited only to 'anyFileName1' , but can be any. ----- Converts JSON file (or zip archive with JSON… |
| POST |
ConvertXmlUrl /ConvertXmlUrl |
Converts XML file under URL into MS Excel (XLSX or XLS), CSV, TSV formats. Url must be specified in request Body. Returns target file or zip archive (with target file inside). |
json2xls v2 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $2 / month | — |
|
| ULTRA | $8 / month | 30 / minute |
|
| MEGA | $16 / month | — |
|