Add assets

POST
Add images and/or videos to an existing dataset

Path parameters

dataset_idstringRequired
The unique identifier for the dataset

Request

This endpoint expects an object.
imageslist of objectsOptional
A list of assets to add with optional metadata
videoslist of objectsOptional
Videos to add to the dataset. Maximum allowed resolution is 1080p, higher resolutions will not be processed.
dataPathstringOptional
A S3 path prefix for all images and videos to add to the dataset
csvPathstringOptional
A path to a previously uploaded CSV file containing data paths

Response

This endpoint returns an object.
requestGroupIdstring
Unique request id for this group of assets.
imageslist of objectsOptional
List of added images.
videoslist of objectsOptional
List of added videos.