> For the complete documentation index, see [llms.txt](https://doc-op.blurit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-op.blurit.io/2.2.0/blurit-on-premise/usage.md).

# Usage

As said in the [Configuration](/2.2.0/blurit-on-premise/installation/configuration.md) 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.
