Register Modeling
This guide explains how to create modeling assets by uploading 3D model files.
X-API-KEY: {x-api-key}Create Modeling
2
3
Step 3: Check Response
{
"result": "SUCCESS",
"data": {
"id": "mdl_abc123",
"name": "Sofa_Modeling",
"userId": "usr_xyz",
"renderingStatus": "WAITING",
"dimension": {
"mmWidth": 900,
"mmDepth": 800,
"mmHeight": 750,
"inchWidth": 35.4,
"inchDepth": 31.5,
"inchHeight": 29.5
},
"images": [],
"file": {
"id": "ast_001",
"name": "sofa.glb",
"url": "https://..."
},
"createdAt": "2026-04-04T10:00:00Z",
"updatedAt": "2026-04-04T10:00:00Z"
}
}Get Modeling
GET /api/v1/modelings/mdl_abc123
X-API-KEY: {x-api-key}Update Modeling File
Field
Type
Required
Description
Last updated
Was this helpful?

