🎇Usage
As said in the Configuration section, BlurIt OP Web Manager or API works within the paths set in LOCAL_STORAGE_INPUT_PATH
and LOCAL_STORAGE_OUTPUT_PATH
. Every processed media will be stored in LOCAL_STORAGE_OUTPUT_PATH
, while the original media will be processed from LOCAL_STORAGE_INPUT_PATH
.
There are two ways to process files with BlurIt OP:
Manager Webapp: The web app manager provides a Graphical User Interface (GUI) accessible at
http://<host>:<NGINX_PORT>
, where "host" refers to the IP address of the machine where BlurIt OP is deployed. This interface allows non-developers to process files easily.API: The API is accessible at
http://<host>:<API_PORT>
. It allows developers to integrate BlurIt OP file processing capabilities into their own applications or workflows programmatically. This allows for greater flexibility and automation.
Last updated