์—ฐ๊ฒฐ๋œ ๊ณ„์ •

์—ฐ๊ฒฐ๋œ ๊ณ„์ • ์—†์Œ

๊ณ„์ • ์—ฐ๊ฒฐ (OAuth)
๊ฒŒ์‹œ ํ…Œ์ŠคํŠธ
OpenClaw API ๋ช…์„ธ
POST /api/threads/publish
Authorization: Bearer {INTERNAL_API_SECRET}
Content-Type: application/json

{
  "accountId": "jusikismymeal",
  "text": "๋ณธ๋ฌธ",
  "mediaUrl": "https://...",  // ์„ ํƒ
  "mediaType": "IMAGE",       // ์„ ํƒ
  "topicTag": "์ฃผ์ œ"          // ์„ ํƒ
}