Upload a Dataset Zip
Flow
Initiate the Upload
curl -X POST "https://api.roboflow.com/my-workspace/my-project/upload/zip?api_key=$ROBOFLOW_API_KEY" \
-H "Content-Type: application/json" \
-d '{"split": "train", "batchName": "my-batch"}'Body Parameters
- split (string, optional) - One of train, valid, or test. Defaults to train.
- batchName (string, optional) - Group uploaded images under a batch with this name.Response
Upload the Zip
Poll Task Status
Limits
Errors
Last updated
Was this helpful?