ProcessVideo
Response-body reference for POST /process_video.
Example
{
"success": true,
"message": null,
"data": {
"video_id": "f2d9a2d4f94a4d4da6d2a0a2f4d24f01"
}
}
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional server message. |
data.video_id | string | Video-processing job identifier. |