PDF Publisher
ChannelsYou 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
- > Markdown → PDF conversion
- > Digital signature with unique document ID (NEVRAI-YYYYMM-HEXHEX)
- > Watermark support
- > Public shareable URL per document
- > Verification endpoint for document authenticity
- > B4 print-ready layout
### Pricing
Free: 1,000 req/mo
Starter ($49): 10,000 req/mo
Pro ($149): 100,000 req/mo