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