roboflow_upload_image
Upload an image to a Roboflow project dataset for training. Choose the dataset split (train, valid, or test) to organize your data.
Instructions
Upload an image to a Roboflow project dataset for training. Specify the dataset split (train/valid/test).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag for the uploaded image | |
| image | Yes | Image as a URL, base64 string, or local file path | |
| split | No | Dataset split to upload into | train |
| workspace | No | Workspace ID. Defaults to the API key owner's workspace. | |
| project_id | Yes | Target project ID |