StopVideo
Request-body reference for POST /stop_video.
Example
{
"video_id": "f2d9a2d4f94a4d4da6d2a0a2f4d24f01"
}
To stop all active video-processing jobs, send an empty object or set video_id to null.
Fields
| Field | Type | Description |
|---|---|---|
video_id | string | Optional video-processing job identifier returned by POST /process_video. |