CanConvert
Checks whether conversion between two specific file formats is supported. Returns a single row with a Message of Supported when the format pair is valid; returns HTTP 404 if the pair is not supported.
Columns
| Name | Type | References | |
| FromFormat [KEY] | String | ||
| ToFormat [KEY] | String | ||
| Message | String |