Free tier · no card

Get a key and send a request.

100 renders a month, free, for as long as you want. No card, no call, no trial that quietly expires. If it does not fit your case, you just stop.

The key goes to this address. We only email you about the service — never a newsletter you did not ask for.

Your key

We store a hash, not the key. If you lose it we cannot recover it — only issue a new one.

Your first request
curl -X POST https://emitforge.com/v1/pdf \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "<h1>Hello {{name}}</h1>",
    "data": { "name": "world" }
  }'

You get back a signed URL to the file. It is deleted after 24 hours. Limits, pricing and what counts as a render are on the pricing section.