Interface and Operations / Func API
When a user-written function needs to be invoked via an HTTP API, a "Func API" can be created for this function.
Func API List
You can access the Func API list via "Manage / Func API", where you can manage the Func APIs.
Invoking Func API
In the "Func API" list, click "Example" to view the invocation method for this Func API.
You can directly modify the parameters in the example, and a complete invocation example will be generated for the function.
Reference Guide
For the basic concepts of Func API, refer to the Guide Script Development / Basic Concepts / Func API
For detailed methods on writing functions, refer to the Guide Script Development / Writing and Invoking Functions