All Parental Controls
๐Ÿซ

Securly

Partner API
Parental Appsยทsecurly.com

Cloud-based student safety platform trusted by over 20,000 schools, extending AI-powered web filtering and wellness monitoring from the classroom to home.

11 full + 0 partial capabilities
5 platforms
Paidโ€” Enterprise pricing for schools (per-student licensing). Securly Home is included for parents of enrolled students at no additional cost.

About Securly

Securly is the most widely deployed student safety solution in K-12 education, protecting over 20 million students across more than 20,000 schools. Its cloud-based platform provides AI-powered web filtering, real-time threat detection, student wellness monitoring (detecting self-harm and bullying signals), and device management. Securly Home extends school-level protections to home networks, giving parents the same visibility and control outside school hours. The platform integrates with Google Workspace and Microsoft 365 for Education, and its tip line feature lets students anonymously report safety concerns.

Device Support

iOSAndroidWindowsChromeOSExtension

Pricing

Paid

Enterprise pricing for schools (per-student licensing). Securly Home is included for parents of enrolled students at no additional cost.

API Integration

Partner API

Securly provides documented APIs for SIS integration, Google Workspace, and Microsoft 365 for Education environments.

Age Range

Ages 5โ€“18

Connect via Phosra

How Phosra Connects to Securly

Phosra supports Securly rule translation. Connect your existing Securly account to push rules through Phosra's unified API.

Securly

Connect Source

Link Securly 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": "securly",
      "credentials": {
          "partner_token": "securly_ptr_..."
      },
      "auto_sync": true
  }'

Securly

Sync All Rules

Push all active Phosra rules to Securly in a single sync operation.

POST /v1/sources/src_securly_01/sync
bash
curl -X POST https://api.phosra.com/v1/sources/src_securly_01/sync \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "sync_mode": "full"
  }'

AI Web Filtering

Web Content Filter

web_filter_level

Applies category-based web filtering to block inappropriate sites.

POST /v1/sources/src_securly_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_securly_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_securly_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_securly_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "web_category_block",
      "value": "enabled"
  }'

Safe Search Enforcement

Safe Search Enforcement

web_safesearch

Forces safe search on all supported search engines.

POST /v1/sources/src_securly_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_securly_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "web_safesearch",
      "value": "enabled"
  }'

Activity Reports

Activity Monitoring

monitoring_activity

Enables parent-visible activity reports across platforms.

POST /v1/sources/src_securly_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_securly_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "monitoring_activity",
      "value": "enabled"
  }'

Wellness Alerts

Smart Alerts

monitoring_alerts

Sends real-time alerts when concerning activity is detected.

POST /v1/sources/src_securly_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_securly_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "monitoring_alerts",
      "value": "enabled"
  }'

Capability Matrix

How Securly maps to Phosra's 11 rule categories.

AI Web FilteringFull
Category BlockingFull
Safe Search EnforcementFull
Activity ReportsFull
Wellness AlertsFull
Daily Time LimitsFull
School Time SchedulingFull
Content ClassificationFull
Messaging MonitoringFull
Device LocationFull
COPPA/FERPA ComplianceFull
schoolk 12student safetywellnesschromebookgoogle workspace

Use Securly with Phosra

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