cURL
curl --request POST \ --url https://beta-platform.neza.video/api/openapi/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskId": "<string>" } '
{ "error": "<string>" }
Stop a queued or running task before it finishes.
Documentation IndexFetch the complete documentation index at: https://docs.neza.video/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.neza.video/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create an API key inside the Neza console and pass it as a Bearer token.
Identifier returned when creating the task.
Task cancelled