{"name":"SMOBIT Tools API","version":"1.0.0","security":{"authentication":"API-Key required (X-API-Key header)","rateLimit":"100 requests per 15 minutes","maxFileSize":"10MB"},"endpoints":{"health":"GET /health - Health check (no auth required)","parsePdf":"POST /parse/pdf - Parse PDF from URL or base64 (auth required)","compressPdf":"POST /compress/pdf - Compress PDF from URL or base64 using Ghostscript (auth required)","parseSmime":"POST /parse/smime - Parse S/MIME signed emails - supports complete multipart/signed emails (auth required)","convertToHtml":"POST /convert-to-html - Convert DOCX to HTML (auth required, supports multipart/form-data or JSON with base64)","parseHtml":"POST /parse-html - Parse HTML into structured JSON with enhanced table parsing: lists, paragraphs, hierarchies (auth required)","tools":"GET /tools - List available tools (no auth required)"}}