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
Indexing
Add Asset to Root
Add asset roots
POST
/
indexing
/
roots
Copy
{
"paths": [
"string"
],
"collection_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Copy
[
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
Copy
{
"paths": [
"string"
],
"collection_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Body
application/json
Response
200
application/json
The ID of the new root
The response is of type string[]
.
Copy
{
"paths": [
"string"
],
"collection_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Copy
[
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
Assistant
Responses are generated using AI and may contain mistakes.