이미지
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/images/{id} HTTP/1.1
Host: openapi.archisketch.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"result": "SUCCESS",
"data": {
"id": "text",
"userId": "text",
"name": "text",
"type": "RENDER",
"imageUrl": "text",
"floorplanId": "text",
"resolution": {
"x": 1,
"y": 1
},
"items": [
{
"productId": "text",
"position": {
"x": 1,
"y": 1,
"z": 1
}
}
],
"roomCode": 1,
"panoramaImageIds": [
"text"
],
"status": "CREATING",
"estimatedEndTime": "2026-05-21T00:08:02.251Z",
"createdAt": "2026-05-21T00:08:02.251Z",
"updatedAt": "2026-05-21T00:08:02.251Z"
},
"error": {
"errorCode": "INTERNAL_ERROR",
"message": "text"
}
}