Add assets

Add images and/or videos to an existing dataset

Path parameters

dataset_idstringRequired

The unique identifier for the dataset

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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

Request information to track the status of the added images/videos

requestGroupIdstring

Unique request id for this group of assets.

imageslist of objectsOptional

List of added images.

videoslist of objectsOptional

List of added videos.

Errors