Miscellaneous other API
Other APIs that don't fit a dedicated theme.
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
200
Enqueued job
application/json
400
Bad request
application/json
post
/download_urlQueue 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
200
Enqueued job
application/json
post
/regen_thumbs200
Enqueued job
Last updated