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
- 201
- 400
- 415
- 503
Successful response to the createJob and getJobInfo requests
- Request could not be parsed
- The options are not valid JSON
- The requested workflow or profile does not exist
The content type is neither application/json nor application/xml
Too many jobs.