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
Link to Assets
Link an asset to another asset
POST
/
assets
/
{asset_id}
/
link
Copy
{
"link_asset_id": "01f6f7c6-28dd-48be-9fc6-37dba5b8c2bd"
}
Copy
"<any>"
Copy
{
"link_asset_id": "01f6f7c6-28dd-48be-9fc6-37dba5b8c2bd"
}
Path Parameters
The id of the asset to be linked
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
Copy
{
"link_asset_id": "01f6f7c6-28dd-48be-9fc6-37dba5b8c2bd"
}
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.