Skip to main content

Split and process a PDF

POST 

/api/v8/partner/documents-set

Veryfi's PDF Splitter allows you to split a multi page PDF with different receipts and invoices inside into multiple Documents. This API supports .zip,.pdf. Min file size is 0kb. The max pdf file size is 50mb. When processing is finished, you should expect a request to your configured webhook.

Request

Body

    file_url

Responses

Returns the unique identifiers for the document currently being processed.

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...