{
"input": "https://example.com/video.mp4"
}
curl -X POST https://api.ringbee.dev/v1/video/probe \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Video
Probe
Inspect video file metadata (codec, duration, resolution, bitrate)
POST
/
v1
/
video
/
probe
{
"input": "https://example.com/video.mp4"
}
curl -X POST https://api.ringbee.dev/v1/video/probe \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"input": "https://example.com/video.mp4"
}
curl -X POST https://api.ringbee.dev/v1/video/probe \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4"
Authorizations
Body
application/jsonmultipart/form-data