문서

참조용 에이전트, MCP & API

웹사이트, REST API, 또는 MCP에서 AI SEO 보고서를 실행하세요. 모든 것을 위한 하나의 키.

처음이신가요? 개발자 페이지에서는 엔드포인트 레퍼런스에 들어가기 전에 접근 모델을 설명합니다. SEO 보고서 API 개요 읽기

인증

모든 요청은 Bearer 토큰이 필요합니다. 가입 후 계정 설정에서 API 키를 생성하세요.

Header· http
Authorization: Bearer sr__live_your_api_key

예시 요청

curl· bash
curl -X POST https://seoreport.dev/api/v1/reports \
-H "Authorization: Bearer sr__live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"url": "example.com"}'

REST API 엔드포인트

기본 URL: https://seoreport.dev

POST/api/v1/reports
GET/api/v1/reports/:id
GET/api/v1/reports/:id/result
GET/api/v1/reports/:id/download?format=pdf|md|txt|json

예시 응답

response.json· json
{
  "success": true,
  "report": {
    "jobId": "383c5318-5e81-45a8-9df8-579d10442f72",
    "stage": "snapshot_ready",
    "status": "completed",
    "targetUrl": "https://rbeckner.com",
    "isSnapshotReady": true,
    "preview": {
      "sectionKeys": ["hero_summary", "top_findings"]
    },
    "paidUnlock": {
      "unlockEligible": true,
      "unlocked": false
    }
  },
  "pollAfterMs": 0
}

에이전트를 MCP URL에 연결하세요