Skip to main content
POST
Upload additional data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Unique ID of the Task to upload documents to.

Body

multipart/form-data
uploads
file[]
required

Input files for the task.

Response

Successful Response

new_data_items
string<uuid>[]
required

UUIDs for the new data items, in the same order as in the upload request.

task
TaskDetails · object
required

New state of Task after uploads were applied.