/legal namespace · APlicious

NDA generator API — mutual or one-way confidentiality agreements via POST

POST /legal/nda-generator with disclosing party, receiving party, and jurisdiction to get a complete NDA draft — mutual or one-way — with purpose, duration, and remedies clauses conditionally assembled from real legal language.

30legal endpoints
Get free API key View docs
POST /api/v1/legal/nda-generator
const res = await fetch('https://aplicious.com/api/v1/legal/nda-generator', {
  method: 'POST',
  headers: { 'X-API-Key': 'lapi_live_••••', 'Content-Type': 'application/json' },
  body: JSON.stringify({ disclosing_party: 'Acme Corp', receiving_party: 'Jane Investor' }),
});
const { data } = await res.json();
// { nda: "NON-DISCLOSURE AGREEMENT\n\nThis agreement...", disclaimer: "Informational only..." }

No credit card · Free to start · X-API-Key header auth

What's included in /legal

Mutual and one-way NDAs

Specify type in the request body — the clause set assembles accordingly, not a generic blanket template.

Jurisdiction-aware language

Governing law and dispute resolution clauses adapt to the jurisdiction passed — US, UK, India, EU, and more.

Condensed REST API contract

GET /legal/contract/nda?party_a=Acme&party_b=Doe&governing_law=IN for a quick inline version with URL params.

Full document POST

POST /legal/nda-generator with disclosing_party and receiving_party for the full structured document response.

Pairs with /legal/ip-assignment

Generate an NDA for the discovery phase and an IP assignment agreement when work starts — same key, same pipeline.

Start using the NDA generator API today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /legal docs

Frequently asked questions

Is this a real NDA?

It's a generated draft from standard NDA clause patterns — not a blank template, but every response includes a disclaimer to have a licensed attorney review it before signing.

Can I specify a governing law?

Yes — pass governing_law in the POST body or as a URL param (?governing_law=IN). Supported jurisdictions include US, UK, IN, EU, AU, and SG.

Is there a GET version?

Yes — GET /legal/contract/nda?party_a=Acme+Corp&party_b=John+Doe&governing_law=IN for a simpler URL-based version.

Related API guides

Legal API for SaaS — Jurisdiction Data, Document Generators, Compliance

30 endpoints covering 22+ jurisdictions: business entity types, minimum wage, GD

Read guide

GDPR Compliance Checklist API — By Industry, Free

GET a GDPR compliance checklist for your industry (saas, ecommerce, healthcare,

Read guide

Remote Jobs API — Search, Filter, Categories — Free

Free REST API for remote job listings. Search by keyword, category, or company.

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →