{"service":"MarkItDown Document Converter","description":"Convert documents and URLs to Markdown using Microsoft MarkItDown","endpoints":{"health":"GET /health - Service health check","convert":"POST /convert - Convert file to Markdown (returns JSON)","convert-file":"POST /convert-file - Convert file to downloadable .md file","convert-url":"POST /convert-url - Convert URL or text to Markdown","youtube-transcript":"POST /youtube-transcript - Extract YouTube transcript to Markdown","dependencies":"GET /dependencies - Show installed Python packages (debug)","test-cli":"GET /test-cli - Test MarkItDown CLI (debug)"},"supportedFormats":["PDF","DOCX","PPTX","XLSX","Images (with metadata)","Audio (with transcription)","HTML","TXT","CSV","JSON","XML","ZIP","EPUB","YouTube URLs (via transcript endpoint)"],"usage":{"fileUpload":"Send multipart/form-data with \"file\" field","urlConversion":"Send JSON: {\"url\": \"https://example.com\"} or {\"text\": \"your text\"}","youtubeTranscript":"Send JSON: {\"url\": \"https://youtube.com/watch?v=...\"}"},"debug":{"checkDependencies":"GET /dependencies","testCLI":"GET /test-cli"}}