{"ok":true,"service":"flashdown-api","version":"0.1.0","endpoints":[{"method":"POST","path":"/convert","description":"Convert a PDF, DOCX, or TXT file to Markdown.","auth":"Authorization: Bearer <api-key> or X-API-Key: <api-key>","body":"multipart/form-data with a \"file\" field — or raw file bytes with the matching Content-Type (application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/plain). Optionally set X-Filename for the raw form.","response":"{\"ok\": true, \"markdown\": \"...\"}"}],"limits":{"maxFileBytes":20971520},"privacy":"Files are converted in-memory and discarded immediately. Nothing is stored or logged."}