Skip to content

Interface and Operations / Asynchronous API (Old Version: Batch Processing)

When user-written functions need to be invoked via Asynchronous HTTP API, an "Asynchronous API" can be created for this function.

Create an Asynchronous API

In the "Asynchronous API" list, click "Create" to enter the configuration interface for a new asynchronous API.

Specify the function to execute for the asynchronous API, as well as the parameters that are allowed to be passed in, etc., to complete the addition.

Call the Asynchronous API

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

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


Quote

For basic concepts about asynchronous APIs, refer to the documentation Script Development / Basic Concepts / Asynchronous API (Old Version: Batch Processing)

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