Skip to content

Interface and Operations / Func API

When a function written by the user needs to be called through an HTTP API, a "Func API" can be created for this function.

Func API List

Through "Management / Func API", you can enter the Func API list and manage Func APIs on this page.

func-api-list.png

Calling Func API

In the "Func API" list, click "Example" to view how to call this Func API.

func-api-example.png

You can directly modify the passed parameters in the example, and the complete call example will be generated automatically.

func-api-example-kwargs.png


Reference Documentation

For the basic concepts of Func API, refer to the document Script Development / Basic Concepts / Func API

For the detailed methods of writing functions, refer to the document Script Development / Writing and Calling Functions