POST
/
pdf
/
adv

Extracts fields from an ADV form.

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
file
file
required

The PDF file to process

Response

200 - application/json
id
string
required

The id of the task

name
string | null

The name of the PDF

status
enum<string>
required

The status of the task

Available options:
QUEUED,
STARTED,
PENDING,
SUCCESS,
FAILURE
type
string
required

The type of the task

created_at
string
required

The date and time this object was created

updated_at
string | null

The date and time this object was last updated

data

The output of the task