Virtual Model Alternation Result Query API Reference
Virtual Model Alternation Query
GET/POST
/ai/virtual/model/generation/query
You can use the task ID obtained from the Virtual Model Alternation submit API to query the generation results.
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
| String | Yes | The unique task ID. You can query the result according to task id. |
Sample Request
Response Parameters
Parameter | Type | Description |
---|---|---|
| String | A unique request ID used for troubleshooting. |
| Boolean | The status of the returned request, indicating whether the request was successful. |
| Number | The returned result code, where 200 indicates success. For detailed error codes, please refer to the error code list. |
| String | The returned request information. |
| Object | The returned JSON result data. |
| String | A unique task ID. It is used for subsequent result query requests. |
| String | The returned task information. |
| String | Return the status of task execution. |
| Object[] | Return the task results. |
| String | Return the list of URLs for the result images. |
| Number | Width of the generated image. |
| Number | Height of the generated image. |
Sample Request
Errors
Error Code | Error Message | Description |
---|---|---|
500 | system error | System error. |
501 | rate limit exceed | The current interface has reached the current limit. Please contact us via navigation bar or email us (aidge_support@service.alibaba.com) to increase the current limit value. |
700 | invalid input | The format of the input parameters does not meet the requirements, and resMessage will return detailed fields that do not meet the requirements. |
801 | model failed | Internal call exception, please contact us via navigation bar or email us (aidge_support@service.alibaba.com) for troubleshooting. |
1000 | content has sensitive data, please try other input | Content has sensitive data and cannot be handled now. Please try other input. |
1001 | content control failed, please retry | Content risk failed, please try other input. If an error persists,please contact us via navigation bar or email us (aidge_support@service.alibaba.com) for troubleshooting. |
1002 | content risk filter failed, please contact us | Content risk failed,please contact us via navigation bar or email us (aidge_support@service.alibaba.com). |
Last updated