콘텐츠로 건너뛰기

문서

vibe-coded 프로젝트를 안전하게 보호하는 데 필요한 모든 것

Interactive

API Playground

Test BoringSec API endpoints live. Enter your API key, pick an endpoint, and hit Run.

API Key

Your key is used only for this request and never stored. Get one at API Keys.

Run a full security scan on a URL

curl -X POST https://boringsec.com/api/v1/scan \
  -H "Authorization: Bearer bsk_your_key" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'