All Movements

EU BIK+ Standard

Beta

European strategy for a Better Internet for Kids with age-appropriate digital services.

876 families
6 rules
Ages 017

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 Waitlist

How 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.

POST /v1/enforcement/movements
bash
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_gate

Enforces the parental consent gate rule via the Phosra API.

POST /v1/rules — GDPR parental consent
bash
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_ban

Enforces the commercial data ban rule via the Phosra API.

POST /v1/rules — No child data profiling
bash
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_gate

Enforces the age gate rule via the Phosra API.

POST /v1/rules — Age-appropriate design
bash
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_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — EU content standards
bash
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_request

Enforces the data deletion request rule via the Phosra API.

POST /v1/rules — Right to erasure
bash
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_audit

Enforces the algorithmic audit rule via the Phosra API.

POST /v1/rules — DSA transparency
bash
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

euinternationalgdprdigital services actregulationage appropriate design

Ready to protect your family?

Adopt EU BIK+ Standard and let Phosra enforce it across every device and platform automatically.