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.
Invoking Async API
In the "Async API" list, click on "Example" to view how to invoke this Async API.
You can directly modify the parameters in the example, and the complete invocation example will be generated accordingly.
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