Interface and Operations / Asynchronous API (Old Version: Batch Processing)
When user-written functions need to be invoked through an asynchronous HTTP API, an "asynchronous API" can be created for this function.
Asynchronous API List
By navigating to "Manage / Asynchronous API", you can access the asynchronous API list, where you can manage asynchronous APIs on this page.
Calling an 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 a complete call example will be generated synchronously.
Reference Documentation
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