Document template · generic.legal.license_agreement
IP Licence Agreement
- Render-verified
- Legal-sensitive
- Version 1.0.0
IP licence agreement — licensor grants licensee a defined right to exploit specified IP rights in a defined field of use, territory, and term, in exchange for royalties. Covers trademarks, copyrights, patents, software, know-how or a combination. In the EU a technology-transfer licence may benefit from TTBER (Reg. (EU) 316/2014 as extended) when it covers patent, know-how or software-copyright licences.
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 27 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| reference | Optional | string | |
| effective_date | Optional | date | |
| licensor | Required | object | |
| licensee | Required | object | |
| licensed_ip | Required | object | |
| licensed_ip.type | Required | enum | |
| licensed_ip.description | Required | string | |
| licensed_ip.registrations | Optional | array of object | |
| scope | Required | object | |
| scope.exclusivity | Required | enum | |
| scope.territory | Required | string | |
| scope.field_of_use | Required | string | |
| scope.sublicense_rights_boolean | Required | boolean | |
| scope.sublicense_conditions | Optional | string | Conditions for granting sublicences (licensor consent, flow-down, royalty share). |
| term | Required | object | |
| term.type | Required | enum | |
| term.fixed_years | Optional | integer | |
| royalties | Required | object | |
| royalties.model | Required | enum | |
| royalties.amount_or_rate | Optional | string | Prose: lump-sum amount, running % of net sales, tiered schedule. |
| royalties.currency | Optional | string | |
| royalties.minimum_annual_royalty | Optional | number | |
| reporting_and_audit_rights | Required | string | |
| infringement_handling | Required | string | Who may sue, cost and recovery sharing, cooperation duties. |
| warranties_and_indemnities | Required | string | |
| governing_law | Required | string | |
| signatories | Required | array |
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.license_agreement",
"data": { ... },
"options": {"language": "en"}
}' -o license-agreement.pdf Frequently asked questions
What is “IP Licence Agreement”?
IP licence agreement — licensor grants licensee a defined right to exploit specified IP rights in a defined field of use, territory, and term, in exchange for royalties. Covers trademarks, copyrights, patents, software, know-how or a combination. In the EU a technology-transfer licence may benefit from TTBER (Reg. (EU) 316/2014 as extended) when it covers patent, know-how or software-copyright licences. On papii this document is available as template generic.legal.license_agreement: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a IP Licence Agreement 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 IP Licence Agreement 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.