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
Indexing Queue
Get the indexing queue
GET
/
indexing
/
queue
Copy
[
{
"path": "string",
"working": true
}
]
Copy
[
{
"path": "string",
"working": true
}
]
Response
200 - application/json
The current indexing queue
The response is of type IndexingQueueItem · object[]
.
Copy
[
{
"path": "string",
"working": true
}
]
Assistant
Responses are generated using AI and may contain mistakes.