Circle
No APIRouter-level home network parental controls by Aura that filter and manage every connected device without installing software on individual devices.
About Circle
Circle by Aura takes a unique network-level approach to parental controls. Instead of installing software on each device, Circle works at the router level to filter and manage internet access for every connected device in the home — including smart TVs, gaming consoles, and IoT devices that can't run apps. Parents create profiles for each family member with custom filter levels, time limits, bedtime schedules, and pause controls. The companion iOS and Android apps extend Circle's protections to mobile devices outside the home via a VPN. Circle integrates with Disney's content ratings and offers per-platform time limits (e.g., 1 hour of YouTube, 30 minutes of TikTok).
Device Support
Pricing
Paid
Circle device at $69.99 (one-time). Circle subscription at $9.99/mo covers unlimited home devices plus mobile.
API Integration
No API
Age Range
Ages 3–17
How Phosra Connects to Circle
Circle doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Circle
Guided Setup
Register Circle 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": "circle",
"mode": "guided"
}'
Circle
Refresh Guide Steps
Refresh the guided setup steps for Circle to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_circle_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
Network-Level 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_circle_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_circle_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_circle_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_circle_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
Bedtime Scheduling
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
curl -X GET https://api.phosra.com/v1/sources/src_circle_01/guide/time_scheduled_hours \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Circle maps to Phosra's 12 rule categories.
Use Circle with Phosra
Connect Circle through Phosra's API and enforce rules across every platform your child uses.