About this endpoint
What it does
Converts a publicly accessible HTML page at the provided URL into a DOCX file and returns the resulting file URL.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible HTML page URL. Must be a URI. |
Response
Returns a JSON object with a url string field containing the DOCX file URL.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | URI of the generated DOCX file. |