{"message":"Notion CMS & Threads API Proxy Server","status":"running","description":"Notion 페이지를 CMS처럼 활용하고 Threads API를 통합한 백엔드 서버","endpoints":{"notion_content":"GET /content - 메인 페이지의 모든 콘텐츠를 CMS 형태로 가져오기","notion_databases":"GET /databases - 설정된 데이터베이스 목록 보기","notion_list":"GET /list/:dbName - 특정 데이터베이스의 모든 페이지 목록 가져오기","notion_search":"POST /search - 키워드로 페이지/DB 검색","notion_database_info":"GET /database/:id - DB 상세 정보","notion_database_query":"POST /database/:id/query - ID 기반 DB 쿼리","notion_create_page":"POST /page - 페이지 생성","notion_update_page":"PATCH /page/:id - 페이지 속성 업데이트","notion_page_content":"GET /page/:pageId - 특정 페이지 전체 콘텐츠 조회","image_proxy":"GET /image-proxy?url={notion_image_url} - Notion 이미지 CORS 프록시","threads_profile":"GET /threads/me - Threads 프로필 정보 조회 (확장)","threads_posts":"GET /threads/posts - Threads 게시물 목록 조회 (확장)","threads_post":"GET /threads/post/:id - 특정 Threads 게시물 조회 (확장)","threads_create":"POST /threads/create - 새 게시물 작성 (텍스트/이미지/비디오/캐러셀)","threads_delete":"DELETE /threads/post/:id - 게시물 삭제","threads_replies":"GET /threads/replies/:id - 게시물의 답글 조회","threads_conversation":"GET /threads/conversation/:id - 대화 스레드 조회","threads_hide_reply":"POST /threads/reply/:id/hide - 답글 숨기기/표시하기","threads_respond":"POST /threads/reply/:id/respond - 답글에 응답하기","threads_insights_post":"GET /threads/insights/:id - 게시물 인사이트 조회","threads_insights_user":"GET /threads/insights/user - 사용자 인사이트 조회","health":"GET /health - 서버 헬스체크"},"features":["📝 Notion 페이지 기반 CMS 지원","🎨 다양한 블록 타입 파싱 (텍스트, 이미지, 비디오, 코드 등)","🖼️ 모든 미디어 타입 지원 (이미지, 동영상, 음성, PDF, 파일)","🎥 유튜브 임베드 및 외부 링크 지원","🔄 자동 프록시 변환 (Notion S3 파일 CORS 해결)","⚡ 실시간 콘텐츠 동기화","🧵 Threads API 완전 통합 (게시물, 답글, 인사이트)","🔐 4가지 Threads 권한 지원 (basic, profile_discovery, manage_replies, manage_insights)","🔒 CORS 설정으로 안전한 API 접근"],"threads_permissions":["threads_basic - 게시물 읽기/쓰기/삭제","threads_profile_discovery - 프로필 정보 조회","threads_manage_replies - 답글 관리 (조회, 숨기기, 응답)","threads_manage_insights - 인사이트 통계 조회"]}