{"message":"Markdown API - Convert web pages to Markdown with S3 caching","version":"2026-04-02","endpoints":{"GET /health":"Health check","GET /docs":"API documentation (Swagger UI)","POST /convert":"Convert URL to Markdown (body: { \"url\": \"https://example.com\" })","GET /convert?url=<url>":"Convert URL to Markdown via query parameter","GET /cache/stats":"Get cache statistics and hit rates","GET /cache/health":"Check cache system health","DELETE /cache?url=<url>":"Invalidate cache for specific URL","DELETE /cache":"Clear all cache (use with caution)"},"caching":{"enabled":true,"ttlHours":1,"s3Bucket":"markdown-api-stage-cache","layers":["memory","s3","filesystem"]}}