Download 3D Models (Zipped)
Use this API to obtain the download link for the zipped 3D model file. The link will be valid for 60 minutes.
Request
curl --location --request GET 'https://api.kiriengine.app/api/v1/open/model/getModelZip?serialize=796a6f52457844b4918db3eadd64becc' \
--header 'Authorization: Bearer ${YOUR_API_KEY}'\
Response
{
"code": 0,
"msg": "string",
"data": {
"modelUrl":"xxx",
"serialize":"796a6f52457844b4918db3eadd64becc"
},
"ok": true
}
Attributes
properties | type | description |
---|---|---|
modelUrl | String | Zipped Model download link |