{
"input": "https://example.com/video.mp4",
"threshold": 0.3
}
curl -X POST https://api.ringbee.dev/v1/video/scene-detect \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4" \
-F "threshold=0.3"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Video
Scene Detect
Detect scene changes in a video
POST
/
v1
/
video
/
scene-detect
{
"input": "https://example.com/video.mp4",
"threshold": 0.3
}
curl -X POST https://api.ringbee.dev/v1/video/scene-detect \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4" \
-F "threshold=0.3"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"input": "https://example.com/video.mp4",
"threshold": 0.3
}
curl -X POST https://api.ringbee.dev/v1/video/scene-detect \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4" \
-F "threshold=0.3"
| Param | Type | Description |
|---|---|---|
| threshold | number | Scene change detection threshold (0-1, lower = more sensitive) |
Authorizations
Body
application/jsonmultipart/form-data