Modèle de document · eu.employment.eu_blue_card_application
Demande employeur de Carte bleue européenne
- Rendu vérifié
- Sensible juridiquement
- Version 1.0.0
Employer-issued supporting letter accompanying an EU Blue Card application filed by a highly qualified third-country national with the competent immigration authority of the host Member State. Implements the admission conditions of Art. 5 Directive (EU) 2021/1883 (recast of Dir. 2009/50/EC), the evidence of higher professional qualifications of Art. 26 (higher-education attestation or, in non-regulated professions where the Member State so permits, at least five years of higher professional experience at a level comparable to higher education qualifications), the salary threshold of Art. 5(3)-(4) and the intra-EU long-term mobility regime of Art. 21.
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 74 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| letter_date | Obligatoire | date | Date on which the employer signs the supporting letter. |
| letter_reference | Obligatoire | string | Employer's internal reference for the Blue Card application file. |
| host_member_state | Obligatoire | string | ISO 3166-1 alpha-2 code of the Member State where the Blue Card is applied for (Art. 5(1) Dir. (EU) 2021/1883). |
| competent_authority | Obligatoire | string | Name of the national immigration authority to which the application is submitted (Art. 11 Dir. (EU) 2021/1883). |
| employer | Obligatoire | object | |
| employer.name | Obligatoire | string | |
| employer.legal_form | Obligatoire | string | |
| employer.address | Obligatoire | string | |
| employer.member_state | Obligatoire | string | ISO 3166-1 alpha-2 code of the Member State where the employer is registered. |
| employer.identifier | Obligatoire | string | Commercial register / VAT / employer identification number. |
| employer.sector | Optionnel | string | Activity sector of the employer (NACE description or short label). |
| employer.hr_contact | Obligatoire | object | Human Resources contact handling the application on behalf of the employer. |
| employer.local_representative | Optionnel | object | Optional local representative in the host Member State for correspondence with the immigration authority. |
| candidate | Obligatoire | object | The third-country national for whom the Blue Card is sought. |
| candidate.family_name | Obligatoire | string | |
| candidate.given_name | Obligatoire | string | |
| candidate.date_of_birth | Obligatoire | date | |
| candidate.nationality | Obligatoire | string | ISO 3166-1 alpha-2 nationality code. Must not be an EU/EEA/Swiss nationality (Art. 3(2) Dir. (EU) 2021/1883). |
| candidate.passport_number | Obligatoire | string | |
| candidate.passport_expiry | Obligatoire | date | Passport expiry date — must cover the initial Blue Card validity (Art. 9(2) Dir. (EU) 2021/1883). |
| candidate.current_residence | Obligatoire | string | Full current residential address of the candidate (including country). |
| candidate.email | Optionnel | string | |
| candidate.phone | Optionnel | string | |
| qualification | Obligatoire | object | Evidence of higher professional qualifications (Art. 26 Dir. (EU) 2021/1883). Either a completed higher-education programme or, where the h… |
| qualification.type | Obligatoire | enum | Basis on which the candidate meets the higher-qualification requirement of Art. 26 Dir. (EU) 2021/1883. |
| qualification.degree | Optionnel | string | Title of the higher-education degree (required when type = higher_education). |
| qualification.field_of_study | Optionnel | string | Field of study of the degree. |
| qualification.institution | Optionnel | string | Awarding higher-education institution. |
| qualification.institution_country | Optionnel | string | ISO 3166-1 alpha-2 country code of the institution. |
| qualification.graduation_year | Optionnel | integer |
+44 champs supplémentaires — le schéma JSON complet est disponible dans le tableau de bord et via l'API.
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": "eu.employment.eu_blue_card_application",
"data": { ... },
"options": {"language": "fr"}
}' -o eu-blue-card-application.pdf Questions fréquentes
Qu'est-ce qu'un « Demande employeur de Carte bleue européenne » ?
Employer-issued supporting letter accompanying an EU Blue Card application filed by a highly qualified third-country national with the competent immigration authority of the host Member State. Implements the admission conditions of Art. 5 Directive (EU) 2021/1883 (recast of Dir. 2009/50/EC), the evidence of higher professional qualifications of Art. 26 (higher-education attestation or, in non-regulated professions where the Member State so permits, at least five years of higher professional experience at a level comparable to higher education qualifications), the salary threshold of Art. 5(3)-(4) and the intra-EU long-term mobility regime of Art. 21. Sur papii, ce document est disponible sous forme du modèle eu.employment.eu_blue_card_application : 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 « Demande employeur de Carte bleue européenne » 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 « Demande employeur de Carte bleue européenne » 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.