{
"input": "https://example.com/file.mp4"
}
curl -X POST https://api.ringbee.dev/v1/pipeline/file-inspect \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@file"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Pipeline
File Inspect
Inspect file type, size, and properties
POST
/
v1
/
pipeline
/
file-inspect
{
"input": "https://example.com/file.mp4"
}
curl -X POST https://api.ringbee.dev/v1/pipeline/file-inspect \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@file"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"input": "https://example.com/file.mp4"
}
curl -X POST https://api.ringbee.dev/v1/pipeline/file-inspect \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@file"
Authorizations
Body
application/jsonmultipart/form-data