All standards

Community standard

EU BIK+ Standard

Beta

by European Commission — BIK+ Strategy

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

6enforced rules
017age range
About this standard

What EU BIK+ Standard asks for.

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 standard is not yet available for adoption. Join the waitlist to be notified when it launches.

How Phosra enforces it

EU BIK+ Standard, mapped to the Phosra API.

Enforce EU BIK+ Standard rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.

EU BIK+ Standard

Adopt entire standard

Enforce all 6 rules from EU BIK+ Standard across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
curl -X POST https://api.phosra.com/v1/enforcement/standards \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "standard_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 · 6

Every rule this standard turns on.

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. Let Phosra enforce it.

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