Stop an active video stream processing task.
This endpoint stops an active video stream processing task. Once stopped, no further callbacks will be sent, and resources will be released.Documentation Index
Fetch the complete documentation index at: https://api-tools.memories.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
| task_id | string | Yes | The task ID returned when starting the stream |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code (200 indicates success) |
| message | string | Response message describing the operation result |
| data | object | Response data object |
| data.task_id | string | The task ID of the stopped stream |
| data.message | string | Confirmation message |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code (200) |
| message | string | Response message (“SUCCESS”) |
| task_id | string | The task ID of the stopped stream |
| data | object | Wrapper object |
| data.status | integer | Status code (14 indicates user stopped) |
| data.message | string | ”Stream stopped by user” |
| data.data | null | No data for stop callbacks |
| data.token | null | No token info for stop callbacks |
| HTTP Code | Description |
|---|---|
| 400 | Invalid task_id or task not found |
| 401 | Unauthorized - invalid API key |
| 500 | Internal server error |
The task ID returned when starting the stream
"550e8400-e29b-41d4-a716-446655440000"