Swiss LegalForms

Trilingual legal documents — instant download

Generate NDAs, employment contracts, and 8 more Swiss-law compliant templates in English, German, and French. Free, instant, no signup.

Generate a document →

10 Swiss-Law Templates

Each template is available in three languages and references the applicable Swiss legal provisions.

Document Generator

Select a template, choose your language, fill in the details, and download.

PREVIEW — NOT FOR LEGAL USE

How It Works

Three steps from selection to signed document.

1

Select a template and language

Choose from 10 Swiss-law templates in English, German, or French.

2

Fill in the details

Enter party names, addresses, terms, and jurisdiction. We validate every field.

3

Download as TXT or PDF

Get your document instantly. Print, review with your lawyer, and sign.

API Documentation

Integrate Swiss legal document generation directly into your application.

MethodEndpointDescription
GET/healthHealth check, template count, available languages
GET/v1/templatesList all templates with required/optional fields
GET/v1/template/{name}Template detail with full field schema
POST/v1/generateGenerate document (returns .txt attachment)
POST/v1/generate/pdfGenerate document as PDF
POST/v1/previewPreview first 1000 chars + validation
POST/v1/validateValidate fields without generating
GET/v1/templates/{name}/sampleDownload a sample document with placeholder values

Generate a document

curl -X POST https://legalforms.nwc-advisory.com/v1/generate \
  -H "Content-Type: application/json" \
  -d '{
    "template": "nda",
    "language": "en",
    "fields": {
      "party_a_name": "Acme AG",
      "party_a_address": "Bahnhofstrasse 1, 8001 Zurich",
      "party_b_name": "Beta GmbH",
      "party_b_address": "Rue du Rhone 10, 1204 Geneva",
      "purpose": "Evaluation of a potential partnership",
      "duration_months": 24,
      "jurisdiction": "Zurich"
    }
  }' -o nda_en.txt

List all templates

curl https://legalforms.nwc-advisory.com/v1/templates | jq '.templates[].name'

Pricing

Start for free. Upgrade when you need more volume.

Free

$0 / month
  • 50 documents per day
  • All 10 templates
  • All 3 languages (EN/DE/FR)
  • TXT and PDF download
  • Preview and validation
Get Started

Business

$49 / month
  • Unlimited documents
  • Custom templates
  • DOCX output format
  • White-label branding
  • Webhook integrations
  • Dedicated support
Contact Us