PlaycademyPlaycademy

Introduction

Building educational apps on top of the Timeback platform

Overview

Timeback provides an interoperable suite of 1EdTech-compliant APIs for educational data and infrastructure. This documentation serves as a resource for developers building on top of the Timeback platform, addressing the gap between low-level specifications and production-grade educational apps.

Diagram showing the documentation layer between 1EdTech Standards, Timeback Platform, and App Developers

What is Timeback?

Timeback provides eight core APIs for building educational applications:

APIPurpose
OneRoster

Manage courses, class rosters, and student enrollments across learning platforms

EduBridge

Simplified resource management and pre-aggregated student analytics

Caliper

Track learning sessions, record activity events, and calculate XP based on time and mastery

QTI

Create, deliver, and score digital assessments with interoperable question formats

PowerPath

Deliver adaptive quizzes, placement tests, and mastery-based progression paths

CASE

Align educational content to academic standards like CCSS, NGSS, and state frameworks

Open Badges

Issue and verify digital credentials for skills, achievements, and learning outcomes

CLR

Create comprehensive learner records that aggregate achievements across platforms

Building on Timeback

Which path should you choose?

TaskDirect IntegrationPlaycademy
OnboardingRequest credentials for staging/productionAutomatic
AuthenticationImplement OAuth flow in your appAutomatic
Course CreationManual OneRoster operationsplaycademy timeback setup
Activity TrackingManual OneRoster/Caliper operationsclient.timeback.startActivity()
DeploymentConfigure your own hostingplaycademy deploy
Best forExisting infrastructure, full controlNew projects, rapid development

On this page