Skip to main content

Start job

POST 

/jobs/:jobId:start

Signal that all data was added to a job and the Conversion Service API can start processing it. The startJob request activates the document merge and post-processing steps.

After starting a job, send the getJobResult API request.

Request

Path Parameters

    jobId stringrequired

    The job ID as returned by createJob.

Responses

The job has been started successfully

Loading...