{
  "name": "CCLEAR Public Data API",
  "version": "1.0.0",
  "description": "Read-only JSON access to CCLEAR's published research on U.S. Regulation Crowdfunding, sourced from SEC EDGAR and hand-verified.",
  "openapi": "https://cclear.ai/openapi.json",
  "documentation": "https://cclear.ai/api-access",
  "llms_txt": "https://cclear.ai/llms.txt",
  "sitemap": "https://cclear.ai/sitemap.xml",
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/v1/index.json",
      "description": "This document."
    },
    {
      "method": "GET",
      "path": "/api/v1/health.json",
      "description": "Service health."
    },
    {
      "method": "GET",
      "path": "/api/v1/briefs.json",
      "description": "All published research briefs."
    },
    {
      "method": "GET",
      "path": "/api/v1/briefs/{slug}.json",
      "description": "One research brief by slug."
    }
  ],
  "errors": {
    "format": "application/json",
    "shape": {
      "error": {
        "code": "string",
        "message": "string",
        "hint": "string",
        "status": "integer"
      }
    }
  },
  "license": "https://cclear.ai/terms",
  "contact": "https://cclear.ai/data-licensing"
}
