{"service":"Markdown to PDF Converter (Tigzig)","v":"1.2.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":"Upload a Markdown or plain-text file and get the PDF back in the response body."},{"path":"/v1/convert/text","methods":["POST"],"summary":"Send Markdown as JSON and get the PDF back in the response body."},{"path":"/v1/convert/text","methods":["GET"],"summary":"Send Markdown in the query string and get the PDF back in the response body."},{"path":"/v1/convert/text/hosted","methods":["POST"],"summary":"Convert Markdown text into a formatted PDF and return a hosted URL to it."}],"limits":{"per_ip":"10 requests / 60 seconds","per_ip_amount":10,"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"}}