Cancel Job
Cancel Job
Cancel a batch transcription job.
POST
Cancel Job
Overview
Cancel a batch job that is not already in a conflicting terminal state.Authentication
Path Parameters
string
required
Job ID returned by Create Job.
Request Body
string
Optional cancel reason.
Example cURL
Response
Success (200)
Error responses
409 Already cancelledUse Cases
- Cancelling a job before start when files were uploaded by mistake
- Stopping an in-progress batch when the pipeline is aborted
Authorizations
Your Gnani Prisma v2.5 API key
Path Parameters
Job ID returned by Create Job. Paste the UUID from the Create Job response.
Body
application/json
Optional cancel reason
Example:
"Docs verification cancel test"
Response
Cancelled
The response is of type object.