Plugin API
APIs to list and execute Plugins.
List all plugins of the given type.
Use Authorization: Bearer <base64(api_key)>
Type of plugins you want to list. You can use "all" to get all types at once.
Array of plugins
Array of plugins
Uses a Plugin and returns the result. If using a metadata plugin, the matching archive will not be modified in the database. See more info on Plugins in the matching section of the Docs.
Use Authorization: Bearer <base64(api_key)>
ID of the archive to use the Plugin on. This is only mandatory for metadata plugins.
Namespace of the plugin to use.
Optional One-Shot argument to use when executing this Plugin.
Plugin result
Plugin result
Uses a Plugin and returns a Minion Job ID matching the Plugin run. This endpoint is useful if you want to run longer-lived plugins which might timeout if ran with the standard endpoint.
Use Authorization: Bearer <base64(api_key)>
ID of the archive to use the Plugin on. This is only mandatory for metadata plugins.
Priority of the Minion job. The higher the number, the more important the job is.
Namespace of the plugin to use.
Optional One-Shot argument to use when executing this Plugin.
Enqueued job
Enqueued job
Last updated