Interface and Operations / Function APIs
When a user-written function needs to be invoked via an HTTP API, a "Function API" can be created for that function.
Function API List
You can access the Function API list via "Manage / Function APIs". On this page, you can manage the Function APIs.
Invoking a Function API
In the "Function API" list, click "Example" to view the invocation method for this Function API.
You can directly modify the parameters in the example, and a complete invocation example will be generated for the function.
Reference Documentation
For basic concepts about Function APIs, please refer to the document Script Development / Concepts / Function APIs
For detailed function writing methods, please refer to the document Script Development / Writing and Calling Functions