Same engine powering Allure LMS
xAPI 1.0.3 Support
SCORM API That
Just Works
Production-ready SCORM 1.2 & 2004 hosting with automatic parsing, multi-tenant isolation, and xAPI telemetry. Deploy learning content in minutes, not months.
99.9%
Uptime SLA
<100ms
API Response
416
Passing Tests
Everything You Need
Built for modern learning platforms
Lightning Fast
Optimized for speed with edge caching, CDN delivery, and sub-100ms API response times.
- Global CDN distribution
- Edge-optimized storage
- Real-time state sync
Enterprise Security
Multi-tenant isolation, API key authentication, and row-level security for your data.
- Multi-tenant architecture
- API key authentication
- Row-level security (RLS)
xAPI Analytics
Full xAPI 1.0.3 support with learning record storage and advanced analytics.
- xAPI 1.0.3 compliant LRS
- Statement querying API
- Learning analytics
Developer Friendly
Simple Integration
Get started with just a few lines of code
upload-scorm.sh
# Upload a SCORM package
curl -X POST https://scorm-api.allurelms.com/api/v1/packages \
-H "X-API-Key: ${YOUR_API_KEY}" \
-F "file=@course.zip"
# Response
{
"package_id": "pkg_abc123",
"title": "Introduction to React",
"version": "2004 3rd Edition",
"launch_url": "https://cdn.allurelms.com/...",
"status": "ready"
}