{
  "status": "ok",
  "service": "soclly-og-service",
  "version": "1.0.0",
  "description": "Open Graph meta tags and image generation service for Soclly",
  "endpoints": {
    "meta": [
      "GET /meta/home - Homepage meta HTML with OG tags",
      "GET /meta/profile/:username[?isfcast=true/false] - Profile meta HTML",
      "GET /meta/post/:postId - Post meta HTML"
    ],
    "images": [
      "GET /img/home - Homepage OG image (1200x630 PNG, static)",
      "GET /img/profile?name=...&handle=...&... - Profile OG image (1200x630 PNG)",
      "GET /img/post?content=...&authorName=...&... - Post OG image (1200x630 PNG)"
    ],
    "utility": [
      "GET / or /health - Service status",
      "OPTIONS * - CORS preflight"
    ]
  },
  "usage": {
    "Social sharing": "Point social platforms to /meta/* URLs for rich previews",
    "Direct images": "Use /img/* URLs in og:image meta tags",
    "Cache busting": "Add &_t=timestamp to image URLs for fresh content"
  }
}