{ "success": true, "reply": "<string>", "sitePath": "<string>" }
AIを使用して新しいサイトを作成
true
curl -X POST https://app.hirameki-web.com/api/chat \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -d '{ "message": "カフェのWebサイトを作成してください", "newSite": true }'
{ "success": true, "reply": "カフェのWebサイトを作成しました。", "sitePath": "u-user123-1.sunny-cafe" }