ふくしま AIプランナー

公開 API デモ

外部サイト向け API v1 の動作確認用画面です。地図表示には当サービスの Google Maps キーを使用します。

API キー

PoC 用キー: fpoc_fukushima_demo_key

外部サイトからの呼び出し例

fetch("https://your-host/api/v1/plan/generate", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": "YOUR_API_KEY",
  },
  body: JSON.stringify({ /* PlanRequest */ }),
});

ブラウザから呼ぶ場合、テナントの allowedOrigins にサイトのオリジンを登録してください。