Securly
Partner APICloud-based student safety platform trusted by over 20,000 schools, extending AI-powered web filtering and wellness monitoring from the classroom to home.
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
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
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.
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.
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_levelApplies category-based web filtering to block inappropriate sites.
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_blockBlocks entire web content categories like gambling, violence, or adult content.
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_safesearchForces safe search on all supported search engines.
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_activityEnables parent-visible activity reports across platforms.
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_alertsSends real-time alerts when concerning activity is detected.
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.
Use Securly with Phosra
Connect Securly through Phosra's API and enforce rules across every platform your child uses.