.. _expose_qgis_api: Expose Qgis Api =============== Qgis server enable defining `custom api `_. Py-qgis-server allow you to control public access to the qgis services apis while still allowing access through the management api. This may be useful if you plan to have some api doing some backoffice management and do not want these api being accessed publicly. .. _api_endpoints: Api endpoint ----------------- Apis may be accessed by the management api by configuring the api endpoint:: [api.endpoints] =/endpoint The endpoint should match the root path of the api as defined in the `qgis server api entrypoint `_ .. _enabling_api: Enabling api public access ------------------------------- Apis are publicly enabled with the following configuration:: [api.enabled] =yes