Poll this endpoint to check status of Table Rec request and retrieve final results
Successful Response
The status of the request. Should be 'complete' when the request is done.
The format of the output. 'markdown' or 'json'.
The JSON representation of the PDF if the output format is 'json'.
The markdown representation of the PDF if the output format is 'markdown'.
The HTML representation of the PDF if the output format is 'html'.
A dictionary of the images in the PDF, where the key is the filename for the image, and the value is the base64 encoded image. Images should be stored in the same directory as the PDF.
A dictionary of metadata about the PDF and the conversion process.
Whether the conversion was successful.
If the conversion was not successful, this will contain an error message.
The number of pages that were converted.
The total cost of the conversion.
A dictionary of the cost breakdown of this request. Includes the list cost without discounts and final cost to clients after any discounts (e.g. for opting into model training).
A dictionary of the versions of the libraries used in the request.