Export an OpenAPI Spec

Exporting OpenAPI Spec from Azure Function App

Export an OpenAPI Spec

Once the Cloud API on Azure is installed, you can export the OpenAPI documentation file from:

https://{ProtectFuncName}.azurewebsites.net/api/v1/openapi

Authentication and functions key are required to get the URL.

For testing the REST API, we recommend using a client tool, such as Postman.


Last modified : January 20, 2026