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
- 200
- 201
- 202
- 302
- 400
- 401
- 404
- 422
- 429
Successful Response
Created
Accepted
Found
Bad Request
Unauthorized
Not Found
Validation Error
Too Many Requests