Skip to main contentAsynchronous interface documentation
1. Background description
Since some model generation tasks are computationally intensive and time-consuming, it may take tens of seconds or even minutes for a user to request a generation task. In order to ensure user experience and system stability, this interface adopts asynchronous task mechanism. After the user submits the generation request, the task ID is obtained immediately, and the processing progress and final results can be obtained later through interface polling/result push, etc.
2. Overview of interface process
3. Under development
In the future, all asynchronous models will be unified and connected to this interface.
If you have any questions, please contact the R&D team.