Skip to main content

Approve Job

POST 

/v1/approve_job/:job_id

Use this endpoint to approve a job to start processing.

Requires api-key with enough credits to process the file. You can view the cost of the job in the total_credit_cost

The cost will be deducted from the api-key's balance.

Response codes: 200: Job approved, 201: Job does not need approval, 202: Job already approved, 302: Job not ready for approval, 4??: Error approving job

Request

Responses

Successful Response