Interface and Operations / Synchronous API (Old Version: Authorized Links)
When user-written functions need to be invoked via HTTP API, a "Synchronous API" can be created for this function.
Create Synchronous API
In the "Synchronous API" list, click "Create" to enter the new Synchronous API configuration interface.
Specify the function to be executed by the Synchronous API, as well as the allowed parameters and other configurations, to complete the addition.
Call Synchronous API
In the "Synchronous API" list, click "Example" to view the invocation method of this Synchronous API.
You can directly modify the passed parameters in the example, and the complete call example will be generated synchronously.
Quote
For basic concepts about Synchronous APIs, refer to the documentation Script Development / Basic Concepts / Synchronous API (Old Version: Authorized Links)
For detailed function writing methods, refer to the documentation Script Development / Write and Call Functions