dataset_upload_video
Upload a local video into a dataset by extracting frames, using dataset slug or URI, and returns a job ID for tracking.
Instructions
Upload a local video as extracted frames through the signed-upload flow for a dataset by slug, owner/slug, or a ul://owner/datasets/slug URI. Defaults conflictPolicy to skip (the platform default is undocumented). Reports the queued job id with the dataset's current ingest status; use datasets_get to follow up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Maximum frame extraction rate in frames per second; may be reduced to keep the total within max_frames. | |
| dataset | Yes | Dataset ref by slug, owner/slug, or a ul://owner/datasets/slug URI. | |
| max_frames | No | Maximum number of frames to extract. | |
| video_path | Yes | Local path to source video file. | |
| targetSplit | No | Target split for new images (overrides archive structure). | |
| conflictPolicy | No | Conflict policy, e.g. "skip" (default), "keep_both", or "replace". Server-validated. |