Files
In addition to APIs, AmpliFi offers storage on the server for selected files that may be accessed by your application in a direct manner. There are two categories.
Public Files
Public files are files that are intended for use by anyone, including prospective users looking for information about your application.
Public files are referenced by the URL https://prefix/public/filename where prefix is the server prefix that you use for API calls.
Static Files
Static files are those intended for use by any customer, but only those who are authorized and logged in.
This category is appropriate for standard data lists and configuration files that rarely change.
Static files are referenced by the URL https://prefix/statics/filename where prefix is the server prefix that you use for API calls.