Create a new segmentation for a file using the specified segmentation configuration
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the file to segment
Segmentation configuration
Configuration for video segmentation. Choose a strategy and provide ONLY the corresponding config:
• uniform: Provide uniform_config
, do NOT provide shot_detector_config
• shot-detector: Provide shot_detector_config
, do NOT provide uniform_config
Optionally specify start_time_seconds
and end_time_seconds
to limit segmentation to a portion of the video.
Segmentation created successfully
The response is of type object
.