Skip to main content

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": "string",
"data": {
"serialize":"796a6f52457844b4918db3eadd64becc",
"status":2
},
"ok": true
}

Attributes

Statusdescription
-1Uploading
0Processing
1Failed
2Successful
3Queuing
4Expired