Modèle de document · generic.legal.franchise_agreement
Contrat de franchise
- Rendu vérifié
- Sensible juridiquement
- Version 1.0.0
Franchise agreement — licence to operate a business under the franchisor's brand, system, and know-how in exchange for initial and ongoing fees. In the EU the concept is analysed under the EU Vertical Block Exemption Regulation (Reg. (EU) 2022/720) and national franchise-disclosure laws (e.g. Belgium Book X Commercial Code on pre-contractual information, France Loi Doubin Art. L330-3 Code de commerce).
JSON Schema
Champs de ce modèle
Les données envoyées à l'API sont validées par le schéma JSON du modèle avant tout rendu. Ce modèle définit 29 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| reference | Optionnel | string | |
| effective_date | Optionnel | date | |
| franchisor | Obligatoire | object | |
| franchisee | Obligatoire | object | |
| franchise_concept_summary | Obligatoire | string | Short description of the franchise concept, brand, and system. |
| territory | Obligatoire | object | |
| territory.type | Obligatoire | enum | |
| territory.geographic_scope | Obligatoire | string | |
| term | Obligatoire | object | |
| term.initial_years | Obligatoire | integer | |
| term.renewal_years_optional | Optionnel | integer | |
| fees | Obligatoire | object | |
| fees.initial_fee | Obligatoire | number | |
| fees.currency | Obligatoire | string | |
| fees.ongoing_royalty_pct | Obligatoire | number | Royalty as % of net turnover. |
| fees.marketing_fund_pct | Obligatoire | number | National/regional marketing fund contribution as % of net turnover. |
| fees.renewal_fee | Optionnel | number | |
| training_and_support_summary | Obligatoire | string | |
| brand_standards_obligations | Obligatoire | array of string | |
| performance_targets_optional | Optionnel | array of object | |
| performance_targets_optional[].kpi | Obligatoire | string | |
| performance_targets_optional[].target | Obligatoire | string | |
| performance_targets_optional[].period | Obligatoire | string | |
| renewal_terms | Obligatoire | string | |
| transfer_restrictions | Obligatoire | string | |
| termination_provisions | Obligatoire | string | |
| post_term_obligations | Obligatoire | array of string | |
| governing_law | Obligatoire | string | |
| signatories | Obligatoire | array |
POST /render
Générez-le
Un seul appel POST /render : envoyez votre JSON, recevez le PDF final. Ou passez-vous du JSON et décrivez le document en langage naturel sur 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.franchise_agreement",
"data": { ... },
"options": {"language": "fr"}
}' -o franchise-agreement.pdf Questions fréquentes
Qu'est-ce qu'un « Contrat de franchise » ?
Franchise agreement — licence to operate a business under the franchisor's brand, system, and know-how in exchange for initial and ongoing fees. In the EU the concept is analysed under the EU Vertical Block Exemption Regulation (Reg. (EU) 2022/720) and national franchise-disclosure laws (e.g. Belgium Book X Commercial Code on pre-contractual information, France Loi Doubin Art. L330-3 Code de commerce). Sur papii, ce document est disponible sous forme du modèle generic.legal.franchise_agreement : un schéma JSON associé à un rendu PDF déterministe — les mêmes données produisent toujours le même document.
Puis-je générer un « Contrat de franchise » avec l'IA ?
Oui. chut.app — le back-office IA propulsé par papii — remplit ce modèle à partir d'une description en langage naturel : vous décrivez le document en une phrase, l'IA structure les données, papii les valide contre le schéma et génère le PDF. Les développeurs peuvent aussi appeler directement l'API papii avec du JSON structuré.
Le modèle « Contrat de franchise » est-il conforme juridiquement ?
Ce modèle est au rendu vérifié : son schéma, ses données d'exemple et sa sortie PDF sont testés automatiquement à chaque version. Il est publié avec le statut « ready », ce qui signifie qu'il n'a pas encore passé la revue juridique finale de papii. Lorsqu'il fait référence à une législation précise, celle-ci est indiquée dans la description du modèle — faites toujours vérifier par un professionnel les documents à portée juridique avant de vous y fier.