PDF templates / Legal

NDA Template

A hanging-statute letter: facing Party A / Party B columns, clauses hang from 01–05 indexes, amber only under the effective date.

LegalLetterndandalegalconfidentiality

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
{
  "effectiveOn": "2026-08-21",
  "partyA": "Westmere Gallery LLC",
  "partyB": "Northline Atelier Inc.",
  "clauses": [
    "Confidential information includes non-public business, technical, financial, and customer information disclosed by either party.",
    "Receiving parties may use confidential information solely for evaluating and performing the contemplated relationship.",
    "Receiving parties will protect confidential information with at least reasonable care and restrict access to need-to-know personnel.",
    "Confidentiality obligations survive for three years from disclosure, except trade secrets which remain protected while secret.",
    "Upon request, each party will return or destroy confidential information, subject to legal retention obligations."
  ]
}

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": "NDA Template",
    "galleryId": "nda"
  }'