{"openapi":"3.0.0","info":{"title":"XIVIX Automation API","version":"1.0.0","description":"SNS 스타일 THE ANGLE - 고화질 배포 시스템 API"},"servers":[{"url":"https://xivix-automation.pages.dev","description":"Production"}],"paths":{"/api/health":{"get":{"summary":"Health Check","responses":{"200":{"description":"Service health status"}}}},"/api/v1/analyze-vibe":{"post":{"summary":"SNS 스타일 분석","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"source_url":{"type":"string","description":"이미지 URL 또는 Base64"},"media_type":{"type":"string","enum":["image","video"]},"analysis_depth":{"type":"string","enum":["low","medium","high"]},"target_platform":{"type":"string","enum":["instagram_reels","youtube_shorts","web_16_9"]},"api_key":{"type":"string","description":"Gemini API Key"}},"required":["source_url"]}}}},"responses":{"200":{"description":"스타일 분석 결과"}}}},"/api/v1/build-sparkpage":{"post":{"summary":"Sparkpage 생성","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"project_id":{"type":"string"},"style_metadata":{"type":"object"},"content":{"type":"object"},"export_settings":{"type":"object"}},"required":["style_metadata","content"]}}}},"responses":{"200":{"description":"생성된 HTML 페이지"}}}},"/api/v1/capture-media":{"post":{"summary":"4K 미디어 캡처 스크립트 생성","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"target_url":{"type":"string"},"viewport":{"type":"object"},"output_format":{"type":"string","enum":["png","mp4"]},"record_duration":{"type":"string"},"wait_until":{"type":"string"}},"required":["target_url"]}}}},"responses":{"200":{"description":"Playwright 캡처 스크립트"}}}},"/api/v1/export/txt/{type}":{"get":{"summary":"TXT 파일 내보내기","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["projects","analysis","api-spec"]}}],"responses":{"200":{"description":"TXT 파일 다운로드"}}}},"/api/v1/export/pdf/{type}":{"get":{"summary":"PDF용 HTML 페이지","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","enum":["projects","analysis"]}}],"responses":{"200":{"description":"PDF용 HTML 페이지"}}}},"/api/admin/stats":{"get":{"summary":"관리자 통계","responses":{"200":{"description":"시스템 통계"}}}}}}