Bark
Partner APIAI-powered monitoring that scans texts, emails, and 30+ social media platforms for signs of cyberbullying, depression, suicidal ideation, and online predators.
About Bark
Bark uses advanced machine learning to analyze children's online activity across texts, emails, YouTube, and more than 30 social media platforms. Rather than logging every message, Bark surfaces only the interactions that indicate potential dangers โ cyberbullying, explicit content, signs of depression, suicidal ideation, and online predators. Parents receive real-time alerts with recommended actions, keeping kids safe without invading every private conversation. Bark also offers web filtering, screen time scheduling, and location tracking.
Device Support
Pricing
Freemium
Bark Jr (free) covers basic monitoring. Bark Premium starts at $14/mo or $99/yr and includes full monitoring, screen time management, and location tracking.
API Integration
Partner API
Bark offers a documented API for managed device platforms and school districts. Access may require an integration agreement.
Age Range
Ages 4โ17
How Phosra Connects to Bark
Phosra supports Bark rule translation. Connect your existing Bark account to push rules through Phosra's unified API.
Bark
Connect Source
Link Bark to a child profile and enable automatic rule syncing across all supported capabilities.
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": "bark",
"credentials": {
"partner_token": "bark_ptr_..."
},
"auto_sync": true
}'
Bark
Sync All Rules
Push all active Phosra rules to Bark in a single sync operation.
curl -X POST https://api.phosra.com/v1/sources/src_bark_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "full"
}'
Activity Monitoring
Activity Monitoring
monitoring_activityEnables parent-visible activity reports across platforms.
curl -X POST https://api.phosra.com/v1/sources/src_bark_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "monitoring_activity",
"value": "enabled"
}'
Smart Alerts
Smart Alerts
monitoring_alertsSends real-time alerts when concerning activity is detected.
curl -X POST https://api.phosra.com/v1/sources/src_bark_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "monitoring_alerts",
"value": "enabled"
}'
Location Tracking
Location Monitoring
monitoring_locationEnables parent-visible location tracking across devices.
curl -X POST https://api.phosra.com/v1/sources/src_bark_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "monitoring_location",
"value": "enabled"
}'
Web Filtering
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
curl -X POST https://api.phosra.com/v1/sources/src_bark_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "web_filter_level",
"value": "enabled"
}'
Category Blocking
Category Blocking
web_category_blockBlocks entire web content categories like gambling, violence, or adult content.
curl -X POST https://api.phosra.com/v1/sources/src_bark_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "web_category_block",
"value": "enabled"
}'
Capability Matrix
How Bark maps to Phosra's 13 rule categories.
Use Bark with Phosra
Connect Bark through Phosra's API and enforce rules across every platform your child uses.