모델링 등록하기
3D 모델 파일을 업로드하여 모델링을 생성하는 방법을 안내합니다.
X-API-KEY: {x-api-key}모델링 생성하기
2
요청 보내기
POST /api/v1/modelings
Content-Type: multipart/form-data
X-API-KEY: {x-api-key}
name=소파_모델링
[email protected]3
응답 확인하기
{
"result": "SUCCESS",
"data": {
"id": "mdl_abc123",
"name": "소파_모델링",
"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 /api/v1/modelings/mdl_abc123
X-API-KEY: {x-api-key}모델링 파일 변경하기
필드
타입
필수
설명
Last updated
Was this helpful?

