About this endpoint
What it does
Extracts text from a Word document located at a remote URL and returns the extracted text as a JSON string.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The remote Word document URL to fetch and extract text from. Must be a valid URI. |
| preserve_paragraphs | Boolean | No | Preserves paragraph separation in the extracted text. Default: false. |
Response
Returns a JSON object with a data string field containing the extracted text from the Word document.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | The extracted text content from the Word document. |