Skip to main content

Add data to job

POST 

/jobs/:jobId/data/

Add data (typically a document) to the job. The data is processed immediately by the workflow.

Use the startJob request to signal that all data has been added to the job.

Note that the query parameter “url” must be used in conjunction with the “application/json” or “application/xml” content.

Request

Responses

Successful response to the addData request