← All templates

Personal Letter PDF Generator

Create warm, elegant personal letters with a soft beige background that feels more inviting than plain white paper. Short letters are vertically centered, longer ones flow naturally across pages.

Example output

Personal Letter PDF Generator example

Download example PDF →

Quick start

curl -X POST https://api.lobsterpdf.com/render/fireside \
  -H "Content-Type: application/json" \
  -d '{"title":"Jane Doe","from_details":"123 Main St\nAnytown, USA","to_details":"Acme Corp\n456 Oak Ave\nOthertown, USA","body":"Dear Sir or Madam,\n\nPlease find enclosed our proposal.\n\nSincerely,\nJane Doe"}'
{"url": "https://api.lobsterpdf.com/pdf/a1b2c3d4e5f6"}

Fields

Required: title, from_details, to_details, body

Full schema reference & field details →

Example JSON

{
  "title": "Jane Doe",
  "from_details": "123 Main St\nAnytown, USA",
  "to_details": "Acme Corp\n456 Oak Ave\nOthertown, USA",
  "body": "Dear Sir or Madam,\n\nPlease find enclosed our proposal.\n\nSincerely,\nJane Doe"
}

Why Personal Letter PDF Generator?

Use with AI agents

LobsterPDF is purpose-built for LLM agents. Use the MCP endpoint for native tool discovery, or call the REST API directly. Token-efficient schemas mean lower cost per call.

Get your free API key