check_conversion
Check whether one format can be converted to another before sending a file. Returns the engine, whether AI Deep Read is needed, the options it accepts, and alternatives when the pair is not supported. Formats accept ids (docx), extensions (jpeg) or common names (word, excel).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target format, e.g. docx | |
| from | Yes | Source format, e.g. pdf |