Create JSON file
Create a dataset from these URLs by putting them in a JSON or CSV file. For Delegated Access, URLs must be imported in virtual-hosted-style format.
https://<bucket-name>.s3.<region>.amazonaws.com/<key>
Note
The Object URLs in your S3 bucket may be in https://<bucket-name>.s3-<region>.amazonaws.com/<key>
. This syntax is still supported for some older regions. If your object URLs are formatted this way, make sure they are in virtual-hosted-style format before importing. See examples below.
Sample JSON importing images.
[ { "imageUrl": "https://lb-test-data.s3.us-west-1.amazonaws.com/cells.jpg" }, { "imageUrl": "https://lb-test-data.s3.us-west-1.amazonaws.com/B17.jpg" } ]
Sample JSON for importing video.
[ { "videoUrl": "https://lb-test-videos.s3.us-west-1.amazonaws.com/case_video_000_001_12630-14430.mp4" } ]
Sample JSON for importing text.
[ { "data": "https://lb-test-data.s3.us-west-1.amazonaws.com/plaintext+test.txt" } ]
To import via the Labelbox UI, go to app.labelbox.com/new-data and simply drag and drop your JSON file.
Attachments are supported for Delegated Access imports.