# Usage

As said in the [Configuration](https://doc-op.blurit.io/2.5.4/blurit-on-premise/installation/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:

1. Manager Webapp: The web app manager provides a Graphical User Interface (GUI) accessible at `http://<host> or https://<host>`, where "host" refers to the IP address of the machine where BlurIt OP is deployed or the dns url configured. This interface allows non-developers to process files easily.
2. API: The API is accessible at `http://<host>/api or https://<host>/api`. It allows developers to integrate BlurIt OP file processing capabilities into their own applications or workflows programmatically. This allows for greater flexibility and automation.
