Cancel Task
Screenplay Extraction
Cancel Task
Cancel a running screenplay extraction task
DELETE
Cancel Task
Product: Visual Agents
Use case: Managed endpoints powering Memories.ai’s open-source video search and editing agents (queries, video clipping/editing, screenplay extraction)
Host:
https://mavi-backend.memories.ai/serve/api/v2
Auth: Authorization: sk-mavi-... (no Bearer prefix)Code Examples
Path Parameters
Response
Response Parameters
Notes
- Only tasks in
pendingorrunningstatus can be cancelled - Cancellation is irreversible — a cancelled task cannot be resumed
- The processing cost charged at submission time is not refunded upon cancellation
- After cancellation, Get Task Status will return
"cancelled"status
Authorizations
API key for authentication
Path Parameters
The screenplay task ID to cancel
Example:
"ros-sd-20260313-a3f8c2b1"
Response
200 - application/json
Task cancelled successfully
