All Parental Controls
๐Ÿ•

Bark

Partner API
Parental Appsยทbark.us

AI-powered monitoring that scans texts, emails, and 30+ social media platforms for signs of cyberbullying, depression, suicidal ideation, and online predators.

13 full + 0 partial capabilities
3 platforms
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.

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

iOSAndroidChromeOS

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

Connect via Phosra

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.

POST /v1/sources
bash
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.

POST /v1/sources/src_bark_01/sync
bash
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_activity

Enables parent-visible activity reports across platforms.

POST /v1/sources/src_bark_01/rules
bash
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_alerts

Sends real-time alerts when concerning activity is detected.

POST /v1/sources/src_bark_01/rules
bash
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_location

Enables parent-visible location tracking across devices.

POST /v1/sources/src_bark_01/rules
bash
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_level

Applies category-based web filtering to block inappropriate sites.

POST /v1/sources/src_bark_01/rules
bash
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_block

Blocks entire web content categories like gambling, violence, or adult content.

POST /v1/sources/src_bark_01/rules
bash
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.

Activity MonitoringFull
Smart AlertsFull
Location TrackingFull
Web FilteringFull
Category BlockingFull
Safe Search EnforcementFull
Screen Time SchedulingFull
Daily Time LimitsFull
Chat MonitoringFull
Social Media Age GatingFull
DM RestrictionFull
Content Rating EnforcementFull
Notification CurfewFull
ai monitoringsocial mediacyberbullyingalertsschool integration

Use Bark with Phosra

Connect Bark through Phosra's API and enforce rules across every platform your child uses.