The API pane is a REST interface that allows you to create and modify your existing APIs. All REST HTTP methods are supported and API values can be configured in the headers, params and body fields
Any input field in the REST interface can read a value from a widget by entering{{ widgetName.property }}
inside the field. You can learn more about taking inputs from widgets here
APIs are created for a single page and cannot be accessed from another page.
Encoding type can be selected via the Body
dropdown on the API widget page. If it is chosen as application/x-www-form-urlencoded
then the raw values provided in the form are auto encoded.