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
Given an Asset ID, update the collections associated with the id. Then collection_ids are now the only collections the asset belongs to.
PUT
/
collections
/
all
/
assets
Copy
{
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"collection_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Copy
"<any>"
Copy
{
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"collection_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
Copy
{
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"collection_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.