{
"input": "https://example.com/video.mp4"
}
curl -X POST https://api.ringbee.dev/v1/pipeline/qc-report \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Pipeline
QC Report
Generate a quality control report for a video (bitrate graph, codec info)
POST
/
v1
/
pipeline
/
qc-report
{
"input": "https://example.com/video.mp4"
}
curl -X POST https://api.ringbee.dev/v1/pipeline/qc-report \
-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/pipeline/qc-report \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@video.mp4"
Authorizations
Body
application/jsonmultipart/form-data