Login
Get Started
Search...
/
Introduction
Overview
Why Coactive
Getting started
Quickstart
SDKs
Tutorials
Intelligent Search
Classification
Real-time Visual Analytics
API Reference
Asset
Classification
Concept
Credentials
Dataset
GET
List datasets
POST
Create dataset
GET
Get dataset
DEL
Delete dataset
PATCH
Update dataset
GET
Get images
GET
Get videos
POST
Add assets
PUT
Update asset metadata
DEL
Delete image
DEL
Delete video
Dynamic Tags
Query
Search
Login
Get Started
API Reference
Dataset
Add assets
POST
https://app.coactive.ai
/
api
/
v1
/
datasets
/
:dataset_id
/
assets
Add images and/or videos to an existing dataset
Path parameters
dataset_id
string
Required
The unique identifier for the dataset
Request
This endpoint expects an object.
images
list of objects
Optional
A list of assets to add with optional metadata
Show 3 properties
videos
list of objects
Optional
Videos to add to the dataset. Maximum allowed resolution is 1080p, higher resolutions will not be processed.
Show 2 properties
dataPath
string
Optional
A S3 path prefix for all images and videos to add to the dataset
csvPath
string
Optional
A path to a previously uploaded CSV file containing data paths
Response
This endpoint returns an object.
requestGroupId
string
Unique request id for this group of assets.
images
list of objects
Optional
List of added images.
Show 10 properties
videos
list of objects
Optional
List of added videos.
Show 9 properties
Built with