추론 결과 조회

GET /api/photos/results

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

photoIdList

List<Long>

사진 Id 리스트

Response

[
  {
    "photoId": 0,
    "roomType": "string",
    "detectedUrl": "string",
    "amenityTypes": [
      "string"
    ]
  }
]

Last updated