Document template · generic.legal.cease_and_desist
Cease and Desist Letter
- Render-verified
- Legal-sensitive
- Version 1.0.0
Cease and desist letter — formal demand from a rights-holder (or its counsel) that a recipient stop an allegedly unlawful activity (typically IP infringement, unfair competition, defamation, or contract breach) before the sender pursues litigation. Serves as a pre-litigation notice and often triggers the running of limitation periods or validates damages claims.
JSON Schema
Fields in this template
Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 21 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| reference | Optional | string | |
| sender | Required | object | |
| sender.name | Required | string | |
| sender.address | Required | string | |
| sender.contact_email | Optional | string | |
| sender.lawyer_optional | Optional | object | |
| recipient | Required | object | |
| recipient.name | Required | string | |
| recipient.address | Required | string | |
| recipient.attention | Optional | string | |
| date | Required | date | |
| asserted_rights | Required | string | Prose identifying the rights being asserted, with registrations / article citations. |
| conduct_complained_of | Required | string | Specific conduct of the recipient asserted to infringe / breach, with dates and facts. |
| demanded_actions | Required | array of string | |
| deadline_for_compliance | Required | date | |
| consequences_of_non_compliance | Required | string | |
| signatory | Required | object | |
| signatory.name | Required | string | |
| signatory.role | Required | string | |
| signatory.place | Optional | string | |
| signatory.date | Optional | date |
POST /render
Generate it
One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.
curl -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "generic.legal.cease_and_desist",
"data": { ... },
"options": {"language": "en"}
}' -o cease-and-desist.pdf Frequently asked questions
What is “Cease and Desist Letter”?
Cease and desist letter — formal demand from a rights-holder (or its counsel) that a recipient stop an allegedly unlawful activity (typically IP infringement, unfair competition, defamation, or contract breach) before the sender pursues litigation. Serves as a pre-litigation notice and often triggers the running of limitation periods or validates damages claims. On papii this document is available as template generic.legal.cease_and_desist: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Cease and Desist Letter with AI?
Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.
Is the Cease and Desist Letter template legally compliant?
This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.