PDF templates / Proposal

Project Proposal Template

A scope ladder: project name, For/From byline, numbered scope, investment as display type with amber underline.

ProposalLetterproject-proposalproposalscopeinvestment

Clone this layout in the dashboard to get an account-owned draft you can edit and publish. After publish, send your slug or UUID as templateId with JSON templateData.

Sample templateData

JSON
{
  "project": "Westmere Gallery Wayfinding",
  "client": "Westmere Gallery",
  "vendor": "Northline Atelier",
  "contact": "studio@northline.studio",
  "issuedOn": "2026-08-21",
  "summary": "Design and document a complete visitor guidance system for the Crosby Street gallery expansion.",
  "scope": [
    "Site audit and signage inventory",
    "Hierarchy, naming, and directional strategy",
    "Typographic standards and placement plans",
    "Fabrication-ready drawing set and install notes"
  ],
  "investment": 18500,
  "currency": "USD"
}

Clone from the gallery

POST /v1/templates
curl https://api.relaypdf.com/v1/templates \
  -H "Authorization: Bearer pdf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Project Proposal Template",
    "galleryId": "project-proposal"
  }'