Skip to main content

Get Submitted PDF

GET 

/api/v8/partner/documents-set

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

Request

Query Parameters

    page integer

    Default value: 1

    The page number. The response is capped to maximum of 50 results per page.

    page_size integer

    Default value: 50

    The number of Documents per page.

    Example: 10

Responses

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

Schema
    count integerrequired

    The total number of results retrieved across all pages.

    next stringrequired

    The URL to the next page of results.

    previous stringrequired

    The URL to the previous page of results.

    results object[]required

    The collection of Document identifiers processed by the PDF Splitter.

  • Array [
  • 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...