{
  "name": "Chill Space API",
  "version": "1.0.0",
  "baseUrl": "https://chill-space.pages.dev",
  "endpoints": [
    {
      "path": "/api/feed",
      "method": "GET",
      "description": "Get the main feed posts"
    },
    {
      "path": "/api/docs",
      "method": "GET",
      "description": "Get this API documentation"
    }
  ],
  "note": "All responses are JSON"
}