---
title: "하이라이트 받기"
method: GET
path: "/webapi/v2/highlights/{clue_id}"
tags: ["RAG"]
---

# 하이라이트 받기

`GET /webapi/v2/highlights/{clue_id}`

Retrieve bounding box coordinates for answer highlights in a knowledge base document page.

## Path parameters

- `clue_id` string, required

## Headers

- `AGENT-EMAIL` string
- `USER-EMAIL` string
- `OWN-USER-ID` string

## Response `200`

확인

- HighlightResponse
  - `bboxes` BboxResponse[], required
    - `left` number, required
    - `top` number, required
    - `right` number, required
    - `bottom` number, required
  - `type` 'PARAGRAPH' | 'TABLE' | 'IMAGE', required — 다양한 유형의 답변을 표현하기 위해 정의된 열거형

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication failed. The API-KEY header is missing or invalid.
- `403` — Access denied. The project is inactive or the request IP is not allowed.
- `500` — Internal server error.

---

[API](https://skmtc.dev/allganize/apis/alli-api-documentation.md) · [All operations](https://skmtc.dev/allganize/apis/alli-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/allganize/alli-api-documentation/revisions/c3e966e54dfc/schema)
