Convert an office document, CSV, EPUB, RTF, or text-based PDF to Markdown. Embedded images are returned as base64-encoded assets.
curl -X POST https://api.anydoc.apps.fuzzyhead.net/v1/convert \
-H "X-API-Key: $ANYDOC_API_KEY" \
-F "file=@report.docx"
Health check: GET /healthz. See the project README for the response schema and deployment notes.