Skip to main content

Add data to job

POST 

/jobs/:jobId/data/

Add data such as documents, images, and other accepted files for processing.

Use the query parameter "url" with the "application/json" or "application/xml" content.

When you add document options, follow the correct JSON structure. Example: Using the DOC.PASSWORD option:

[
{
"name": "DOC.PASSWORD",
"value": "Replace with your password as a string."
}
]

After you add all data to the job and send the addData request, send the startJob API request.

Request

Responses

Successful response to the addData request