Convert your files into clean, safe HTML text. We support the most common document formats (Word, PowerPoint, Excel, and OpenOffice formats).
Since the conversion is a time-intensive process you should provide a webhook url where to receive the converted document in HTML format.

The response from the conversion will be formatted like this:

{
  "message": "File has been converted and the webhook should be called with its data..."
}

while the asynchronous result of the conversion on the webhook will be like this:

{
    "status": str,
    "converted_document": str
}

"converted_document" will contain your HTML converted document.

The following are the parameters to be set, for more details check the guide

Language
Click Try It! to start a request and see the response here!