Download professional legal templates in Word format. NDAs, contracts, agreements, and more. Automate generation via API for batch processing.
Download any template as .docx. No account required for single downloads.
Generate hundreds of legal documents via REST API. Connect to any data source.
Upload a CSV with client data. Generate all documents in one batch.
Professional templates ready to download and customize.
Mutual NDA for protecting confidential information between parties.
Download FreeFull employment agreement with terms, benefits, and responsibilities.
Download FreeDefine project scope, deliverables, timelines, and payment terms.
Download FreeIndependent contractor terms with IP and work-for-hire provisions.
Download FreeWebsite terms of use for SaaS, ecommerce, and digital services.
Download FreeResidential or commercial lease with standard terms and conditions.
Download FreeDefine partnership terms, responsibilities, and profit sharing.
Download FreeGenerate NDAs, contractor agreements, and employment contracts as you scale.
Standardize document creation across the organization with consistent templates.
Generate client contracts, SOWs, and service agreements automatically.
Generate jurisdiction-specific documents for distributed teams.
Connect to your data source and generate documents automatically.
# Generate NDA via API curl -X POST https://api.docuqueue.com/api/v1/templates/nda/fill \ -H "api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "party_a_name": "Acme Corp", "party_b_name": "Beta Inc", "purpose": "Business evaluation", "duration_years": 2, "governing_state": "California" }' # Response: PDF file ready for download