Database API
Query and modify the database.
Get tags from the database, with a value symbolizing their prevalence.
Add this parameter if you want to only get tags whose weight is at least the given minimum.
Default is 1 if not specified, to get all tags.
Success response
Success response
Scans the entire database and returns a backup in JSON form. This backup can be reimported manually through the Backup and Restore feature.
Use Authorization: Bearer <base64(api_key)>
Success response
Success response
Cleans the Database, hiding then removing entries for files that are no longer on the filesystem. Entries that are no longer on the filesystem are only unlinked at first so they don't appear in the UI -- A subsequent run of this cleanup will delete unlinked entries.
Use Authorization: Bearer <base64(api_key)>
Success response
Success response
Delete the entire database, including user preferences. This is a rather dangerous endpoint, invoking it might lock you out of the server as a client!
Use Authorization: Bearer <base64(api_key)>
Success response
Success response
Last updated