Skip to content

Interface and Operations / Async API (Legacy: Batch)

When a user-written function needs to be invoked via Async HTTP API, an "Async API" can be created for this function.

Async API List

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

async-api-list.png

Invoking Async API

In the "Async API" list, click "Example" to view the invocation method of this Async API.

async-api-example.png

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

async-api-example-kwargs.png


Reference Guide

For basic concepts of Async API, refer to the Guide Script Development / Basic Concepts / Async API (Legacy: Batch)

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