자산

자산 가져오기

GET/v1/assets/{id}

자산 상태와 결과를 조회합니다 — 모든 비동기 작업의 폴링 엔드포인트입니다.

성공 시 files 에 서명된 URL(model, image, thumbnail, textures)이 담깁니다. 실패 시 errorCategory 와 정제된 errorDetail 이 원인을 설명합니다.

응답

응답 · 성공
{ "success": true, "data": {
  "id": "019…", "taskStatus": 2, "type": "model_3d",
  "files": { "model": "https://…signed.glb", "thumbnail": "https://…png" }
} }