Skip to main content

Get Documents from PDF

GET 

/api/v8/partner/documents-set/:document_id

Veryfi's Get a Documents from PDF endpoint allows you to retrieve a collection of previously processed documents.

Request

Path Parameters

    document_id int64required

    The unique identifier of the Document processed by the PDF Document Splitter.

Responses

The processed Document response.

Schema
    id integerrequired

    The unique identifier of the collections of processed documents.

    documents_id integer[]

    The unique identifiers of the documents created from processed PDF Splitter.

    status stringrequired

    Possible values: [processed, in_progress, deleted, failed]

Loading...