Skip to main content

Split and process a W-2

POST 

/api/v8/partner/w2s-set

Veryfi's W-2 Splitter allows you to split a multi page PDF with different W-2s inside into multiple Documents. This API supports .pdf,.zip. 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

The unique identifier of a document set.

Schema
    id integerrequired

    The unique identifier of the W-2 set.

    document_ids integer[]

    The ID of documents created from the set.

    status stringrequired

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

Loading...