{"service":"Markdown to PDF Converter (Tigzig)","v":"1.1.0","description":"Open, no-auth API that turns Markdown into a formatted PDF: headings, lists, tables, code, blockquotes and rules, paginated and ready to download.","base_url":"https://mdtopdf.tigzig.com","mcp":"https://mdtopdf.tigzig.com/mcp","example":"curl -X POST https://mdtopdf.tigzig.com/v1/convert/text -H 'Content-Type: application/json' -d '{\"content\": \"# Title\\n\\nHello world\", \"filename\": \"out.pdf\"}' --output out.pdf","endpoints":[{"path":"/v1/convert","methods":["POST"],"summary":"Convert uploaded markdown file to PDF."},{"path":"/v1/convert/text","methods":["POST"],"summary":"Convert markdown text directly to PDF."}],"limits":{"per_ip":"30 requests / 60 seconds","per_ip_amount":30,"per_ip_window_seconds":60,"guidance":"Read X-RateLimit-Limit / -Remaining / -Reset on every response rather than hard-coding; Retry-After (seconds) is set on a 429."},"docs":"https://www.tigzig.com/apis/md-to-pdf","help":{"docs":"https://www.tigzig.com/apis/md-to-pdf","openapi":"https://mdtopdf.tigzig.com/v1/openapi.json","catalog":"https://api.tigzig.com/.well-known/api-catalog","web_form":"https://mdtopdf.tigzig.com"}}