MediaSmarts
Activeby MediaSmarts
Canada's centre for digital and media literacy, promoting critical thinking about online content.
About this movement
MediaSmarts is Canada's premier centre for digital and media literacy, providing educators and families with research-based resources to develop children's critical thinking skills around media, technology, and the internet. Their standard combines content literacy with practical protections — age-appropriate filtering paired with graduated exposure to help children develop their own judgment. Families using Phosra can adopt MediaSmarts' approach as smart filtering that teaches while it protects.
Adopt this movement
Add this movement to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Get Started FreeHow Phosra Enforces MediaSmarts
MediaSmarts rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
MediaSmarts
Adopt Entire Movement
Enforce all 5 rules from MediaSmarts 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": "mediasmarts",
"enforce_all_rules": true
}'
Graduated content access
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": "Age-progressive unlocking",
"platforms": [
"*"
]
}'
Guided search
Safe Search Enforcement
web_safesearchForces safe search on all supported search engines.
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": "web_safesearch",
"value": "Safe search with learning mode",
"platforms": [
"*"
]
}'
Smart filtering
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
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": "web_filter_level",
"value": "Educational-priority filtering",
"platforms": [
"*"
]
}'
Usage insights
Screen Time Report
screen_time_reportEnforces the screen time report 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": "screen_time_report",
"value": "Media literacy reports",
"platforms": [
"*"
]
}'
AI interaction safety
Ai Minor Interaction
ai_minor_interactionEnforces the ai minor interaction 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": "ai_minor_interaction",
"value": "Age-appropriate AI access",
"platforms": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
Graduated content access
Age-progressive unlocking
Guided search
Safe search with learning mode
Smart filtering
Educational-priority filtering
Usage insights
Media literacy reports
AI interaction safety
Age-appropriate AI access
Ready to protect your family?
Adopt MediaSmarts and let Phosra enforce it across every device and platform automatically.