Skip to content

Interface and Operations / Async API (Legacy: Batch Processing)

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

Async API List

By navigating to "Manage / Async API", you can access the list of Async APIs, where you can manage your Async APIs.

async-api-list.png

Invoking Async API

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

async-api-example.png

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

async-api-example-kwargs.png


Reference Documentation

For basic concepts related to Async API, please refer to the documentation Script Development / Basic Concepts / Async API (Legacy: Batch Processing)

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