Collections
Update 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
Update Collections
Update a collection
PUT
/
collections
/
{collection_id}
{
"name": "string",
"description": "string"
}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"type": "auto",
"tags": [
"<string>"
],
"filters": {},
"preview_asset": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"user_description": "<string>",
"description": "<string>",
"signature": 123,
"updated": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"file_created": "2023-11-07T05:31:56Z",
"file_modified": "2023-11-07T05:31:56Z",
"timestamp": 123,
"path": "<string>",
"type": "IMAGE",
"tags": [
"<string>"
],
"size_bytes": 123,
"source": [
"<string>"
],
"objects": [
"<any>"
],
"transcription": "<string>",
"rating": 123,
"blurhash": "<string>",
"palette": [
[
123
]
],
"ocr": "<string>",
"category": "<string>",
"extension": "<string>",
"license": "cc-by",
"asset_metadata": {},
"preview_images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>",
"thumbnail": "<string>",
"created": "2023-11-07T05:31:56Z"
}
],
"texture_data": {},
"integration_data": {},
"proxy_path": "<string>",
"ai_indexed": true,
"comments": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"content": "<string>",
"created": "2023-11-07T05:31:56Z",
"updated": "2023-11-07T05:31:56Z"
}
],
"candid": true,
"faces_present": true,
"red_eye": true,
"eyes_open": true,
"people_posing": true,
"blurry": true,
"focused": true,
"good_exposure": true,
"players": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": 123,
"image_blob": "<string>"
}
]
},
"preview_image": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>",
"thumbnail": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}
{
"name": "string",
"description": "string"
}
Path Parameters
The id of the collection to be updated
Body
application/json
The new name for the collection
The new description for the collection
Response
200
application/json
The updated collection
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
{
"name": "string",
"description": "string"
}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"type": "auto",
"tags": [
"<string>"
],
"filters": {},
"preview_asset": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"user_description": "<string>",
"description": "<string>",
"signature": 123,
"updated": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"file_created": "2023-11-07T05:31:56Z",
"file_modified": "2023-11-07T05:31:56Z",
"timestamp": 123,
"path": "<string>",
"type": "IMAGE",
"tags": [
"<string>"
],
"size_bytes": 123,
"source": [
"<string>"
],
"objects": [
"<any>"
],
"transcription": "<string>",
"rating": 123,
"blurhash": "<string>",
"palette": [
[
123
]
],
"ocr": "<string>",
"category": "<string>",
"extension": "<string>",
"license": "cc-by",
"asset_metadata": {},
"preview_images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>",
"thumbnail": "<string>",
"created": "2023-11-07T05:31:56Z"
}
],
"texture_data": {},
"integration_data": {},
"proxy_path": "<string>",
"ai_indexed": true,
"comments": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"content": "<string>",
"created": "2023-11-07T05:31:56Z",
"updated": "2023-11-07T05:31:56Z"
}
],
"candid": true,
"faces_present": true,
"red_eye": true,
"eyes_open": true,
"people_posing": true,
"blurry": true,
"focused": true,
"good_exposure": true,
"players": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": 123,
"image_blob": "<string>"
}
]
},
"preview_image": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>",
"thumbnail": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}