[nevr]
← All modules

PDF Publisher

Channels

You generate reports but sharing them is messy. No verification, no signing, no public links.

### How it works

Send markdown, get a signed PDF with unique document ID. Verifiable, shareable, print-ready. Every document gets a NEVRAI-YYYYMM-HEXHEX identifier that can be verified via the API. Public URLs allow sharing without authentication.

### API Example

curl -X POST https://api.nevrai.com/v1/pdf \
  -H "Authorization: Bearer nvr_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "# Report\n\nKey findings...",
    "format": "markdown"
  }'

### Key Features

### Pricing

Free: 1,000 req/mo

Starter ($49): 10,000 req/mo

Pro ($149): 100,000 req/mo

Get API key → See docs →