EU BIK+ Standard
Betaby European Commission — BIK+ Strategy
European strategy for a Better Internet for Kids with age-appropriate digital services.
What EU BIK+ Standard protects
The EU Better Internet for Kids+ (BIK+) strategy is the European Commission's comprehensive framework for protecting children online while ensuring they can fully benefit from the digital world. Building on the EU's Digital Services Act and GDPR protections, BIK+ emphasizes age-appropriate design, digital literacy, and cross-border cooperation. Phosra can translate the BIK+ principles into GDPR-aligned privacy rules, age-appropriate content delivery, and transparent algorithmic controls for families who adopt this standard.
Coming soon
This movement isn't available for adoption yet. Join the waitlist to hear when it launches.
Join the waitlist→EU BIK+ Standard rules, mapped to the Phosra API.
Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.
EU BIK+ Standard
Adopt entire movement
Enforce all 6 rules from EU BIK+ Standard across every connected platform with a single API call.
curl -X POST https://api.phosra.com/v1/enforcement/movements \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"movement_id": "eu-better-internet-kids",
"enforce_all_rules": true
}'
GDPR parental consent
Parental Consent Gate
parental_consent_gateEnforces the parental consent gate rule via the Phosra API.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "parental_consent_gate",
"value": "Required under 16",
"platforms": [
"*"
]
}'
No child data profiling
Commercial Data Ban
commercial_data_banEnforces the commercial data ban rule via the Phosra API.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "commercial_data_ban",
"value": "GDPR Article 8 compliance",
"platforms": [
"*"
]
}'
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "age_gate",
"value": "EU age verification",
"platforms": [
"*"
]
}'
EU content standards
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "content_rating",
"value": "PEGI-aligned ratings",
"platforms": [
"*"
]
}'
Right to erasure
Data Deletion Request
data_deletion_requestEnforces the data deletion request rule via the Phosra API.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "data_deletion_request",
"value": "GDPR data deletion",
"platforms": [
"*"
]
}'
DSA transparency
Algorithmic Audit
algorithmic_auditEnforces the algorithmic audit rule via the Phosra API.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "algorithmic_audit",
"value": "Algorithmic disclosures",
"platforms": [
"*"
]
}'
Every rule, enforced on adoption.
When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.
GDPR parental consent
Required under 16
No child data profiling
GDPR Article 8 compliance
Age-appropriate design
EU age verification
EU content standards
PEGI-aligned ratings
Right to erasure
GDPR data deletion
DSA transparency
Algorithmic disclosures
Ready to protect your family?
Adopt EU BIK+ Standard and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.