Skip to main content

Start job

Signal that all data has been added to a job. Documents are processed immediately after they have been added. The startJob request activates the subsequent document merge and post processing steps.

After starting a job, its result can be awaited using the getJobResult request.

Path Parameters
    jobId string required

    The job ID as returned by createJob.

Responses

The job has been started successfully

Loading...