Endpoints
The API endpoint is the touchpoints for your API. It is the URL address for the service you built. Each endpoint is the flow you create on API AutoFlow with a set of actions that carry out their functions.
Path
URI path. /
is the root path
Serve Files
Way to host a file such as index.html
See below for more details
Method
Defines the HTTP Request Methods to indicate the desired action to be performed for a given resource. The most commonly used methods are POST, GET, PUT, PATCH, and DELETE.