Convertrix
For current supported types, please see: https://convertrix.net/ DOCX -> pdf html jpeg rtf md odt doc dotm docm dot txt DOCM -> pdf html jpeg rtf md odt docx doc dot txt DOC -> pdf html jpeg rtf md odt docx dotm docm dot txt DOT -> pdf html jpeg rtf md odt docx doc dotm docm txt XLSX - > ods csv json html CSV -> ods xlsx json html RTF -> pdf docx html jpeg md odt doc dotm dot docm txt TXT ->…
Convertrix endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get all supported conversion /Api/FileManagement/GetAllConversionTypes |
This will return a JSON Dictionary of all the supported conversions. In the example below `docx` is what you can convert FROM and all the children are what it can be converted to… |
| POST |
Get conversions available for file /Api/FileManagement/GetConversionsAvailable |
Get a list of conversions that can be preformed on the `input` file by posting to this API. The API uses form-data and the `file` must be included in the body of the request. The… |
| POST |
Smart Conversion /Api/FileManagement/ConvertFile/{toFormat} |
This API call can convert files from one format to another, upload a file from form-data and POST to this API with a query parameter {toFormat} to pass which file you intend to… |
Convertrix pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / hour |
|
| PRO | $30 / month | 5 / minute |
|
| ULTRA Recommended | $59 / month | 10 / second |
|
| MEGA | $149 / month | — |
|