Documentsjabloon · eu.employment.eu_blue_card_application
Werkgeversaanvraag Europese Blauwe Kaart
- Rendering geverifieerd
- Juridisch gevoelig
- Versie 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
Velden in dit sjabloon
Data die naar de API wordt gestuurd, wordt gevalideerd tegen het JSON-schema van het sjabloon vóór er iets wordt gerenderd. Dit sjabloon definieert 74 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| letter_date | Verplicht | date | Date on which the employer signs the supporting letter. |
| letter_reference | Verplicht | string | Employer's internal reference for the Blue Card application file. |
| host_member_state | Verplicht | 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 | Verplicht | string | Name of the national immigration authority to which the application is submitted (Art. 11 Dir. (EU) 2021/1883). |
| employer | Verplicht | object | |
| employer.name | Verplicht | string | |
| employer.legal_form | Verplicht | string | |
| employer.address | Verplicht | string | |
| employer.member_state | Verplicht | string | ISO 3166-1 alpha-2 code of the Member State where the employer is registered. |
| employer.identifier | Verplicht | string | Commercial register / VAT / employer identification number. |
| employer.sector | Optioneel | string | Activity sector of the employer (NACE description or short label). |
| employer.hr_contact | Verplicht | object | Human Resources contact handling the application on behalf of the employer. |
| employer.local_representative | Optioneel | object | Optional local representative in the host Member State for correspondence with the immigration authority. |
| candidate | Verplicht | object | The third-country national for whom the Blue Card is sought. |
| candidate.family_name | Verplicht | string | |
| candidate.given_name | Verplicht | string | |
| candidate.date_of_birth | Verplicht | date | |
| candidate.nationality | Verplicht | 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 | Verplicht | string | |
| candidate.passport_expiry | Verplicht | date | Passport expiry date — must cover the initial Blue Card validity (Art. 9(2) Dir. (EU) 2021/1883). |
| candidate.current_residence | Verplicht | string | Full current residential address of the candidate (including country). |
| candidate.email | Optioneel | string | |
| candidate.phone | Optioneel | string | |
| qualification | Verplicht | object | Evidence of higher professional qualifications (Art. 26 Dir. (EU) 2021/1883). Either a completed higher-education programme or, where the h… |
| qualification.type | Verplicht | enum | Basis on which the candidate meets the higher-qualification requirement of Art. 26 Dir. (EU) 2021/1883. |
| qualification.degree | Optioneel | string | Title of the higher-education degree (required when type = higher_education). |
| qualification.field_of_study | Optioneel | string | Field of study of the degree. |
| qualification.institution | Optioneel | string | Awarding higher-education institution. |
| qualification.institution_country | Optioneel | string | ISO 3166-1 alpha-2 country code of the institution. |
| qualification.graduation_year | Optioneel | integer |
+44 extra velden — het volledige JSON-schema is beschikbaar in het dashboard en via de API.
POST /render
Genereer het
Eén POST /render-oproep: stuur je JSON, ontvang de afgewerkte PDF. Of sla de JSON over en beschrijf het document in gewone taal op 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": "nl"}
}' -o eu-blue-card-application.pdf Veelgestelde vragen
Wat is een “Werkgeversaanvraag Europese Blauwe Kaart”?
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. Op papii is dit document beschikbaar als sjabloon eu.employment.eu_blue_card_application: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Werkgeversaanvraag Europese Blauwe Kaart” genereren met AI?
Ja. chut.app — de AI-backoffice aangedreven door papii — vult dit sjabloon in op basis van een beschrijving in gewone taal: jij beschrijft het document in één zin, de AI structureert de data, papii valideert die tegen het schema en rendert de PDF. Ontwikkelaars kunnen de papii-API ook rechtstreeks aanroepen met gestructureerde JSON.
Is het sjabloon “Werkgeversaanvraag Europese Blauwe Kaart” juridisch conform?
Dit sjabloon heeft een geverifieerde rendering: het schema, de voorbeelddata en de PDF-uitvoer worden bij elke release automatisch getest. Het is gepubliceerd met status “ready”, wat betekent dat het de finale juridische review van papii nog niet heeft doorlopen. Waar het naar specifieke wetgeving verwijst, staat dat vermeld in de sjabloonbeschrijving — laat documenten met juridische gevolgen altijd door een professional nakijken voor je erop vertrouwt.