Extract and display tracked changes from DOCX documents. Returns markdown, HTML, and/or chunks with change annotations.
Optional file URL (http/https). If provided, the server will download and process it.
Comma-separated output formats. Supports: markdown, html, chunks.
The maximum number of pages to process.
The page range to process, comma separated like 0,5-10,20.
Whether to separate the output by page with horizontal rules.
Skip the cache and re-run the inference.
Optional webhook URL to call when the request is complete.
Input PDF, word document, powerpoint, or image file, uploaded as multipart form data. Images must be png, jpg, or webp format.
Successful Response
The ID of the request. This ID can be used to check the status of the request.
The URL to check the status of the request and get results.
Whether the request was successful.
If the request was not successful, this will contain an error message.
A dictionary of the versions of the libraries used in the request.