Skip to content

Interface and Operations / Sync API (Legacy: Authorization Link)

When a function written by a user needs to be invoked via an HTTP API, you can create a "Sync API" for this function.

Sync API List

By accessing "Manage / Sync API", you can enter the Sync API list page, where you can manage your Sync APIs.

sync-api-list.png

Invoking a Sync API

In the "Sync API" list, click "Example" to view how to invoke this Sync API.

sync-api-example.png

You can directly modify the parameters in the example; a complete invocation example will be generated accordingly.

sync-api-example-kwargs.png


Reference Documentation

For basic concepts of Sync API, please refer to the documentation Script Development / Basic Concepts / Sync API (Legacy: Authorization Link)

For detailed function writing methods, please refer to the documentation Script Development / Writing and Invoking Functions