roboflow_upload_images_batch
Upload multiple images to a Roboflow project in parallel, with individual upload results and error reporting for each image.
Instructions
Upload many images concurrently.
sources is a list of :class:ImageSource dicts. Failed
uploads don't abort the batch; the response reports
per-image outcomes in results and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| sources | Yes | ||
| workspace | No | ||
| split | No | ||
| batch_name | No | ||
| concurrency | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |