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
Assets
Add Tags to Asset
Add tags to an asset
PUT
/
assets
/
{asset_id}
/
tags
Copy
{
"tags": [
"string"
]
}
Copy
true
Copy
{
"tags": [
"string"
]
}
Path Parameters
The id of the asset to add tags to
Body
application/json
Response
200
application/json
True if all tags were added. False if operation failed.
The response is of type boolean
.
Copy
{
"tags": [
"string"
]
}
Copy
true
Assistant
Responses are generated using AI and may contain mistakes.