StopVideo
Response-body reference for POST /stop_video.
Example
{
"success": true,
"message": "Stopped video f2d9a2d4f94a4d4da6d2a0a2f4d24f01",
"data": {
"video_id": "f2d9a2d4f94a4d4da6d2a0a2f4d24f01"
}
}
When all active video-processing jobs are stopped, data.video_id is null.
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional server message. |
data.video_id | string | Video-processing job identifier that was stopped, or null when all jobs were targeted. |