Add assets
Add images and/or videos to an existing dataset
Path parameters
dataset_id
The unique identifier for the dataset
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
images
A list of assets to add with optional metadata
videos
Videos to add to the dataset. Maximum allowed resolution is 1080p, higher resolutions will not be processed.
dataPath
A S3 path prefix for all images and videos to add to the dataset
csvPath
A path to a previously uploaded CSV file containing data paths
Response
This endpoint returns an object.
requestGroupId
Unique request id for this group of assets.
images
List of added images.
videos
List of added videos.