Frame Screenshot image preview

Frame Screenshot

Array·Video-API·by eachlabs

Frame Screenshot captures specific frames from a video as images, exporting stills at chosen positions for thumbnails, previews, or manual review.

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": "frame-screenshot",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/0f901c714b5141d7a75a85d6652ef278.mp4",
        "image_format": "jpg",
        "frame_position": "at",
        "frame_at_second": 4
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

2 models
* FAQ

About Frame Screenshot

01 / 03

What does Frame Screenshot do?

Frame Screenshot captures specific frames from a video and exports them as images. On the each::labs Video API you choose the position or timestamp, and it returns clean stills for thumbnails, previews, or frame-by-frame review.