Cancel Job
Speech-to-Text (Batch)
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
default:"019fa854-1db0-7e45-a026-7a6b09ff6d7c"
required
Job ID returned by Create Job. Replace with your own
job_id before sending.Request Body
string
default:"Docs verification cancel test"
Optional cancel reason.
Example cURL
Response
Success (200)
Error responses
409 Already cancelledstring
CANCELLED on success.string
Timestamp when the job was cancelled.
Use 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.