SEO 知識洞察 API
SEO Knowledge Insight API

具備 RAG 對話、語意搜尋、SEO 週報生成與 ETL Pipeline 管理功能的 SEO 知識庫 API。

SEO knowledge base API with RAG chat, semantic search, weekly reports, and ETL pipeline management.

功能特色
Features

Base URL

環境 / Environment URL
本地 / Local http://localhost:8002
正式環境 / Production https://pu4fsreadnjcsqnfuqpyzndm4m0nctua.lambda-url.ap-northeast-1.on.aws

快速開始
Quick Start

# 健康檢查(不需要認證)/ Health check (no auth required)
curl http://localhost:8002/health

# 搜尋知識庫 / Search the knowledge base
curl -X POST http://localhost:8002/api/v1/search \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-key" \
  -d '{"query": "Core Web Vitals", "top_k": 5}'

API 文件
API Documentation

互動式 API 參考文件位於首頁,由 Scalar 驅動,支援完整的線上測試功能。

The interactive API reference is available at the root page with full Try It functionality powered by Scalar.