Create Dataset
Create a new dataset
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the dataset, must be unique per organization and must only contain alphanumeric and underscore characters.
encoder_name
The model used to extract visual and audio features from assets.
dataset_id
A known dataset ID; for internal use only during migration
add_to_permit
Flag to use for adding dataset to permit as a resource or not
description
A short summary of what the dataset includes or is intended for.
allowed_asset_types
Types of assets allowed in this dataset.
keyframe_sampling_method
Sampling method to extract keyframes from videos in dataset.
store_original
Whether to store original files.
store_preview
Whether to store preview versions.
metadata_fields_to_index
The metadata fields to index for the dataset.
metadata_fields_to_embed
The metadata fields to embed for the dataset.
dataset_config
keyframe_uniform_fps_sampling_rateDeprecated
If using uniform sampling method, number of keyframes/sec to sample from videos (allowed values: ≥ .00001 to 5 fps).
Response
Successful Response
created_dt
The created datetime of the resource in ISO 8601 format.
created_by
ID of the user who added the asset to the dataset.
id
The unique identifier for the dataset.
name
Name of the dataset, must be unique per organization and must only contain alphanumeric and underscore characters.
embeddings
The encoders of the dataset.
encoders
The encoders of the dataset.
description
A short summary of what the dataset includes or is intended for.
allowed_asset_types
Types of assets allowed in this dataset.
status
The status of the dataset.
keyframe_sampling_method
Sampling method to extract keyframes from videos in dataset.
store_original
Whether the original file is stored.
store_preview
Whether preview files are stored.
updated_dt
The datetime the resource was last updated in ISO 8601 format.
updated_by
ID of the user who last updated the asset.
deleted_dt
Timestamp if the resource was deleted.
deleted_by
ID of the user who deleted the resource.
keyframe_uniform_fps_sampling_rate
FPS rate used for uniform sampling.
metadata_fields_to_index
The metadata fields to index for the dataset.
metadata_fields_to_embed
The metadata fields to embed for the dataset.
dataset_config
Errors
422
Unprocessable Entity Error
