Skip to content

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.

func-api-list.png

Invoking Func API

In the "Func API" list, click "Example" to view the invocation method for this Func API.

func-api-example.png

You can directly modify the parameters in the example, and a complete invocation example will be generated for the function.

func-api-example-kwargs.png


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