Authorizations
Path Parameters
Cookies
Response
Successful Response
The status of the request. Should be 'complete' when the request is done.
The format of the output. 'markdown' or 'json'.
The output in chunks format. The top-level key 'blocks' contains a list of blocks from the document with metadata.
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'.
The output of a marker extraction request containing the filled in extraction schema.
Results of document segmentation showing page ranges for each identified segment. Contains segment names, page ranges, and confidence levels (high/medium/low).
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.
Metadata describing the output of the rules conversion process.
Whether the conversion was successful.
If the conversion was not successful, this will contain an error message.
The parse quality score of the output, if available.
The number of pages that were converted.
The total cost of the conversion.
The runtime of the conversion.
The ID of the checkpoint that was created for this conversion. This can be used to retrieve the checkpoint later.
A dictionary of the versions of the libraries used in the request.