The Get Previous Result endpoint allows you to retrieve the extraction and splitter results of a previously processed document. This is useful for reviewing past extractions without reprocessing the document, saving both time and resources.Path Parameters:
document_id (string, required): The unique identifier of the document whose extraction result you want to retrieve.
Copy
curl --request GET \ --url https://api.pardocs.com/v1/documents/{document_id} \ --header 'x-api-key: <api-key>'