EU BIK+ Standard
BetaEuropean strategy for a Better Internet for Kids with age-appropriate digital services.
About this movement
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 is not yet available for adoption. Join the waitlist to be notified when it launches.
Join WaitlistHow Phosra Enforces EU BIK+ Standard
EU BIK+ Standard rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
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": [
"*"
]
}'
Age-appropriate design
Age Gate
age_gateEnforces the age 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": "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": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
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.