Authorizations
API Key for authentication
Query Parameters
The task_id returned by the asynchronous API.
Response
200 - application/json
Success
The response is of type object.
curl --request GET \
--url https://www.ailabapi.com/api/common/query-async-task-result \
--header 'ailabapi-api-key: <api-key>'{
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"error_detail": {
"status_code": 200,
"code": "",
"code_message": "",
"message": ""
},
"task_status": 0
}curl --request GET \
--url https://www.ailabapi.com/api/common/query-async-task-result \
--header 'ailabapi-api-key: <api-key>'{
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"error_detail": {
"status_code": 200,
"code": "",
"code_message": "",
"message": ""
},
"task_status": 0
}API Key for authentication
The task_id returned by the asynchronous API.
Success
The response is of type object.