Canopy
No APIAI-based content filtering that blocks explicit images and videos in real-time on the device without taking screenshots or logging private messages.
About Canopy
Canopy takes a privacy-first approach to parental controls by using on-device AI to detect and block explicit images and videos in real-time โ across any app, browser, or messaging platform โ without ever taking screenshots, reading message content, or sending private data to the cloud. This makes it one of the few solutions that can filter content inside encrypted messaging apps like iMessage and WhatsApp while respecting the child's textual privacy. Canopy also provides web filtering, sexting prevention, and screen time management.
Device Support
Pricing
Paid
Plans start at $7.99/mo or $71.99/yr per family (up to 10 devices).
API Integration
No API
Age Range
Ages 5โ17
How Phosra Connects to Canopy
Canopy doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Canopy
Guided Setup
Register Canopy as a guided source and get step-by-step setup instructions for each capability.
curl -X POST https://api.phosra.com/v1/sources \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"source": "canopy",
"mode": "guided"
}'
Canopy
Refresh Guide Steps
Refresh the guided setup steps for Canopy to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_canopy_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
Visual Content Filtering
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X GET https://api.phosra.com/v1/sources/src_canopy_01/guide/content_rating \
-H "Authorization: Bearer sk_live_..."
Web Filtering
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
curl -X GET https://api.phosra.com/v1/sources/src_canopy_01/guide/web_filter_level \
-H "Authorization: Bearer sk_live_..."
Category Blocking
Category Blocking
web_category_blockBlocks entire web content categories like gambling, violence, or adult content.
curl -X GET https://api.phosra.com/v1/sources/src_canopy_01/guide/web_category_block \
-H "Authorization: Bearer sk_live_..."
Safe Search Enforcement
Safe Search Enforcement
web_safesearchForces safe search on all supported search engines.
curl -X GET https://api.phosra.com/v1/sources/src_canopy_01/guide/web_safesearch \
-H "Authorization: Bearer sk_live_..."
Daily Time Limits
Daily Screen Time Limit
time_daily_limitCaps total daily screen time across all connected platforms.
curl -X GET https://api.phosra.com/v1/sources/src_canopy_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Canopy maps to Phosra's 11 rule categories.
Use Canopy with Phosra
Connect Canopy through Phosra's API and enforce rules across every platform your child uses.