Retrieve 3D Model Status
Pass the serial number to this API to retrieve the current calculation status of the 3D model.
Request
curl --location --request GET 'https://api.kiriengine.app/api/v1/open/model/getStatus?serialize=796a6f52457844b4918db3eadd64becc' \
--header 'Authorization: Bearer ${YOUR_API_KEY}'
Response
{
"code": 0,
"msg": "success",
"data": {
"serialize": "796a6f52457844b4918db3eadd64becc",
"status": 2
},
"ok": true
}
Attributes
| Status | description |
|---|---|
| -1 | Uploading |
| 0 | Processing |
| 1 | Failed |
| 2 | Successful |
| 3 | Queuing |
| 4 | Expired |