Trim by Start & End

Video·Video-API·by eachlabs

Trim by Start & End cuts a video to a precise range, keeping only the section between your chosen start and end points with reliable frame accuracy.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "trim-by-start-end",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/8f2f71154d89447c88697ff39a556a55.mp4",
        "end_second": 7,
        "what_to_do": "Trim the video between the requested start and end seconds.",
        "start_second": 4
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Trim by Start & End

01 / 03

What is Trim by Start & End?

Trim by Start & End cuts a video down to a precise range, keeping only the part between your chosen start and end points. On the each::labs Video API it delivers accurate trims, so you can extract exactly the section you need.