githubEdit

Miscellaneous other API

Other APIs that don't fit a dedicated theme.

Get server info

get

Returns some basic information about the LRR instance this server is running.

Responses
chevron-right
200

Server info

application/json
get
/info
200

Server info

Clean the Temporary Folder

delete

Cleans the server's temporary folder.

Authorizations
AuthorizationstringRequired

Use Authorization: Bearer <base64(api_key)>

Responses
chevron-right
200

Cleanup result

application/json
delete
/tempfolder
200

Cleanup result

Queue a URL download

post

Add a URL to be downloaded by the server and added to its library.

Authorizations
AuthorizationstringRequired

Use Authorization: Bearer <base64(api_key)>

Query parameters
urlstring Β· uriRequired

URL to download

catidstring Β· min: 14 Β· max: 14Optional

Category ID to add the downloaded URL to.

Responses
chevron-right
200

Enqueued job

application/json
post
/download_url

Regenerate Thumbnails

post

Queue a Minion job to regenerate missing/all thumbnails on the server.

Authorizations
AuthorizationstringRequired

Use Authorization: Bearer <base64(api_key)>

Query parameters
forcebooleanOptional

Whether to generate all thumbnails, or only the missing ones.

Responses
chevron-right
200

Enqueued job

application/json
post
/regen_thumbs
200

Enqueued job

Last updated