Markdown in. PDF out.

Zero-config PDF generation for AI agents & developers.

Try it now — no signup required

curl -X POST https://docshot.io/api/v1/generate \
  -H "Content-Type: application/json" \
  -d '{"content": "# Hello World\n\nYour first PDF.", "format": "markdown"}' \
  -o hello.pdf

Hello World

Your first PDF.

How It Works

1. Send content

Markdown or HTML via POST request

2. We style it

Clean theme, auto-applied

3. Get your PDF

Under 5 seconds

Code Examples

curl -X POST https://docshot.io/api/v1/generate \
  -H "Content-Type: application/json" \
  -d '{"content": "# Hello World\n\nYour first PDF.", "format": "markdown"}' \
  -o hello.pdf

Simple Pricing

Free

$0

50 PDFs per month

Pay As You Go

$0.02

per PDF after free 50

Get your API key in 10 seconds.