Asynchronous - Speech to Text API
Cancel inference job
POSThttps://longrun-api.visai.ai/v1/job/cancel
Header
X-API-Key string required
Your API key
application/json
Raw JSON body
Request Body required
object
job_id stringID of the job to be canceled.
job_id string
ID of the job to be canceled.
Responses
- 200
application/json
Schema
Example (from schema)
object
code string
A unique error code identifying the specific issue.
message string
A descriptive message explaining the cancel process.
{
"code": "EACP-01-000",
"message": "job is already cancelled"
}
Loading...