Skip to main content

Submit a task

POST 

/tasks

Submit a new document for processing.

This will return various fields, including the URL to which you should push the document for processing. This approach ensures the highest level of security by allowing you to upload the document directly to AWS S3 without any intermediaries.

Request

Header Parameters

    x-amz-security-token stringrequired

    Request signature (see the authentication section).

Body

required

    filetype stringrequired

    Possible values: [pdf, xlsx, xls, xlsm, doc, docx, ppt, pptx]

    Type extension of file to be uploaded

    filename string

    Name of file to be uploaded

    companyname string

    Possible values: non-empty

    Name of the company which is the subject of this document

Responses

Successful query.

Schema

    jobid stringrequired

    Possible values: Value must match regular expression [a-f0-9]{8}

    Job ID for the new task

    url urirequired

    Possible values: Value must match regular expression ^https://

    Upload URL for the file to process

Loading...