From 149e7c40fe72a0ce6c1f4febd837e4a6aa0eacaa Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 02:50:24 +0900 Subject: [PATCH] =?UTF-8?q?docs(insta):=20=EC=9E=90=EC=9C=A8=20=EB=B0=9C?= =?UTF-8?q?=EA=B8=89=20API=202=EA=B0=9C=20=EB=AC=B8=EC=84=9C=ED=99=94=20(r?= =?UTF-8?q?anked,=20decision)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 9063c9d..d3eb02f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -318,6 +318,8 @@ docker compose up -d | POST | `/api/insta/slates/{id}/render` | 카드 렌더 재시도 | | GET | `/api/insta/slates/{id}/assets/{page}` | 카드 PNG 다운로드 (1~10) | | GET | `/api/insta/slates/{id}/package` | zip 패키지 (10 PNG + caption.txt) | +| GET | `/api/insta/keywords/ranked` | 4신호 선별 점수 + eligible (자율 발급용) | +| POST | `/api/insta/slates/{id}/decision` | 승인/반려 (approved→published) | | GET | `/api/insta/tasks/{task_id}` | BackgroundTask 상태 폴링 | | GET/PUT | `/api/insta/templates/prompts/{name}` | 프롬프트 템플릿 CRUD | | POST | `/api/internal/insta/update` | Windows 워커 결과 webhook |