Release Feb 11, 2026
Access a health check, API docs/OpenAPI, and a new POST /v1/convert endpoint for converting pages to Markdown; the endpoint is currently a stub returning a 501 error and includes request/response and error schemas.
✨ New
- POST /v1/convert endpoint to convert pages to Markdown (currently returns 501 Not Implemented)
- Public OpenAPI JSON available at /openapi.json and human-readable docs at /docs
- Health check endpoint at /health exposing service status
- Request, data, success, and error schemas added for the conversion API
- Error schema enforces only http:// and https:// URLs for input
💎 Improved
- API spec and task checklist updated to rename the old /v1/scrape path to /v1/convert