{
"input": "https://example.com/video.mp4",
"count": 10,
"width": 160
}
curl -X POST https://api.ringbee.dev/v1/video/thumbnail-strip \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4" \
-F "count=10" \
-F "width=160"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Video
Thumbnail Strip
Generate a strip of thumbnail frames from a video
POST
/
v1
/
video
/
thumbnail-strip
{
"input": "https://example.com/video.mp4",
"count": 10,
"width": 160
}
curl -X POST https://api.ringbee.dev/v1/video/thumbnail-strip \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4" \
-F "count=10" \
-F "width=160"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"input": "https://example.com/video.mp4",
"count": 10,
"width": 160
}
curl -X POST https://api.ringbee.dev/v1/video/thumbnail-strip \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4" \
-F "count=10" \
-F "width=160"
| Param | Type | Description |
|---|---|---|
| count | integer | Number of thumbnail frames to extract |
| width | integer | Width of each thumbnail in pixels |
Authorizations
Body
application/jsonmultipart/form-data