Skip to main content

Create new job

POST 

/jobs/

Create a new job for processing using the provided workflow and profile. After you create a job, use the addData API request to add data such as documents, images, and other accepted files for processing.

Delete all created jobs when they are finished using the deleteJob request.

Note that there are two types of options that you can use:

  • Job options: Set in the body of the creteJob API request.
  • Document options: Set in the addData API request.

Request

Responses

Successful response to the createJob and getJobInfo requests