Collections
All Collections
API Documentation
Endpoint Examples
Assets
- POSTAdd Asset to Source
- PUTAdd Tags to Asset
- DELDelete Assets
- GETAsset Roots
- GETAssets Linked to Other Assets
- GETAsset Collections
- GETIndividual Assets
- GETVisually Similar Assets
- GETAmount of Assets For Each Type
- POSTLink to Assets
- POSTLink to Asset Types
- GETAll Assets
- POSTMove Assets
- DELRemove Assets from Source
- PUTAsset Name
- GETDownload Assets
- GETAsset Type
- GETObjects Detected in an Asset
- DELUnlink Assets
- PUTUpdate Assets
Collections
Generate
Indexing
Players
Remove Background
Search
Collections
All Collections
Get a listing of all the collections in the database
GET
/
collections
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"type": "auto",
"tags": [
"string"
],
"filters": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"preview_asset": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"user_description": "string",
"description": "string",
"signature": 0,
"updated": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"file_created": "2019-08-24T14:15:22Z",
"file_modified": "2019-08-24T14:15:22Z",
"timestamp": 0,
"path": "string",
"type": "IMAGE",
"tags": [
"string"
],
"size_bytes": 0,
"source": [
"string"
],
"objects": [
null
],
"transcription": "string",
"rating": 0,
"blurhash": "string",
"palette": [
[
0
]
],
"ocr": "string",
"category": "string",
"extension": "string",
"license": "cc-by",
"asset_metadata": {},
"preview_images": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"path": "string",
"thumbnail": "string",
"created": "2019-08-24T14:15:22Z"
}
],
"texture_data": {},
"integration_data": {},
"proxy_path": "string",
"ai_indexed": true,
"comments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content": "string",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"candid": true,
"faces_present": true,
"red_eye": true,
"eyes_open": true,
"people_posing": true,
"blurry": true,
"focused": true,
"good_exposure": true,
"players": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": 0,
"image_blob": "string"
}
]
},
"preview_image": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"path": "string",
"thumbnail": "string",
"created": "2019-08-24T14:15:22Z"
}
}
]
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"type": "auto",
"tags": [
"string"
],
"filters": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"preview_asset": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"user_description": "string",
"description": "string",
"signature": 0,
"updated": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"file_created": "2019-08-24T14:15:22Z",
"file_modified": "2019-08-24T14:15:22Z",
"timestamp": 0,
"path": "string",
"type": "IMAGE",
"tags": [
"string"
],
"size_bytes": 0,
"source": [
"string"
],
"objects": [
null
],
"transcription": "string",
"rating": 0,
"blurhash": "string",
"palette": [
[
0
]
],
"ocr": "string",
"category": "string",
"extension": "string",
"license": "cc-by",
"asset_metadata": {},
"preview_images": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"path": "string",
"thumbnail": "string",
"created": "2019-08-24T14:15:22Z"
}
],
"texture_data": {},
"integration_data": {},
"proxy_path": "string",
"ai_indexed": true,
"comments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content": "string",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"candid": true,
"faces_present": true,
"red_eye": true,
"eyes_open": true,
"people_posing": true,
"blurry": true,
"focused": true,
"good_exposure": true,
"players": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": 0,
"image_blob": "string"
}
]
},
"preview_image": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"path": "string",
"thumbnail": "string",
"created": "2019-08-24T14:15:22Z"
}
}
]
Response
200 - application/json
A list of all collections
An enumeration.
Available options:
auto
, user
An enumeration.
Available options:
IMAGE
, VIDEO
, AUDIO
, OBJECT
, MAYA
, NUKE
, MAX
, HDR
, HDRI
, BLENDER
, HOUDINI
, PHOTOSHOP
, UNREAL
, UNITY
, TEXTURE
, SEQUENCE
, AFTER_EFFECTS
, MOGRT
, ILLUSTRATOR
, EXR
, DOCUMENT
, STOCK
, OTHER
Asset Licenses
Available options:
cc-by
, cc-by-sa
, cc-by-nd
, cc-by-nc
, cc-by-nc-sa
, cc-by-nc-nd
, cc0
, unknown
, other
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"type": "auto",
"tags": [
"string"
],
"filters": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"preview_asset": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"user_description": "string",
"description": "string",
"signature": 0,
"updated": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"file_created": "2019-08-24T14:15:22Z",
"file_modified": "2019-08-24T14:15:22Z",
"timestamp": 0,
"path": "string",
"type": "IMAGE",
"tags": [
"string"
],
"size_bytes": 0,
"source": [
"string"
],
"objects": [
null
],
"transcription": "string",
"rating": 0,
"blurhash": "string",
"palette": [
[
0
]
],
"ocr": "string",
"category": "string",
"extension": "string",
"license": "cc-by",
"asset_metadata": {},
"preview_images": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"path": "string",
"thumbnail": "string",
"created": "2019-08-24T14:15:22Z"
}
],
"texture_data": {},
"integration_data": {},
"proxy_path": "string",
"ai_indexed": true,
"comments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content": "string",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"candid": true,
"faces_present": true,
"red_eye": true,
"eyes_open": true,
"people_posing": true,
"blurry": true,
"focused": true,
"good_exposure": true,
"players": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": 0,
"image_blob": "string"
}
]
},
"preview_image": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"path": "string",
"thumbnail": "string",
"created": "2019-08-24T14:15:22Z"
}
}
]