task_id,适合服务端批量并发video_url:待切割视频 URLstart:开始时间(支持秒数或 HH:MM:SS(.ms))end:结束时间(支持秒数或 HH:MM:SS(.ms),且大于 start)task_id 与 status=queuedtask_status 轮询直至 success/failedcurl --location 'https://open.vectcut.com/process/split_video/submit_task/submit_split_video_task' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"video_url": "https://player.install-ai-guider.top/example/koubo_source.mp4",
"start": "00:00:03.200",
"end": "00:00:05.100"
}'{
"success": true,
"task_id": "09abc927-2703-44b5-9bf4-fc4837978a6c",
"message_id": "534069327BEE0001160645173CAC96A5",
"status": "queued",
"queue_name": "split-video-task"
}