CLI Usage
Use the Roboflow CLI to create and manage Batch Processing jobs.
Setup
pip install inference-cli
export ROBOFLOW_API_KEY="YOUR-API-KEY-GOES-HERE"pip install 'inference-cli[cloud-storage]'Ingest Data
Images
inference rf-cloud data-staging create-batch-of-images \
--images-dir <your-images-dir-path> \
--batch-id <your-batch-id>Videos
inference rf-cloud data-staging create-batch-of-videos \
--videos-dir <your-videos-dir-path> \
--batch-id <your-batch-id>Cloud Storage
Signed URL Ingestion
Inspect Staged Data
Start a Job
Process Images
Process Videos
Monitor Job Progress
Export Results
Webhook Automation
Data Ingestion Webhooks
Ingest Status Notification
File Status Notification
Job Completion Webhooks
Job Completion Notification
Cloud Storage Authentication
AWS S3 and S3-Compatible Storage
Google Cloud Storage
Azure Blob Storage
Custom Scripts
Discover All Options
Last updated
Was this helpful?