Mobicip
No APICloud-based parental control with smart internet filtering, screen time management, app blocking, and cross-platform family monitoring dashboards.
About Mobicip
Mobicip provides a comprehensive, cloud-managed parental control experience across iOS, Android, Windows, macOS, ChromeOS, and Kindle Fire. Its smart internet filter uses AI to categorize websites in real-time, going beyond static blocklists to handle new and unclassified sites. Parents get granular screen time controls with daily schedules, per-app limits, and homework time modes. The unified dashboard makes it easy to manage multiple children across different devices, with detailed usage reports and instant alerts for policy violations.
Device Support
Pricing
Freemium
Free plan covers 1 device with basic filtering. Standard plan ($39.99/yr) covers 5 devices. Premium plan ($59.99/yr) covers 20 devices with full features.
API Integration
No API
Age Range
Ages 3–17
How Phosra Connects to Mobicip
Mobicip doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Mobicip
Guided Setup
Register Mobicip 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": "mobicip",
"mode": "guided"
}'
Mobicip
Refresh Guide Steps
Refresh the guided setup steps for Mobicip to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_mobicip_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
Smart 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_mobicip_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_mobicip_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_mobicip_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_mobicip_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
Scheduled Hours
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
curl -X GET https://api.phosra.com/v1/sources/src_mobicip_01/guide/time_scheduled_hours \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Mobicip maps to Phosra's 12 rule categories.
Use Mobicip with Phosra
Connect Mobicip through Phosra's API and enforce rules across every platform your child uses.