Learnosity logo

Learnosity

AI-enriched assessment APIs to build smarter learning products faster

Enterprise·All audiences·API available

Key strengths

Highly configurable assessment APIs with 1000+ features shipped per yearAI-powered authoring (Author Aide) and automated grading (Feedback Aide)Hyperscalable infrastructure on AWS serving 40M+ active learnersExtensive pre-built question types with rich accessibility supportDeep analytics and reporting for adaptive, outcomes-driven assessment
Enterprise pricing
Dublin, Ireland
Founded 2011
No ratings yet

Developer Integration

Learnosity APIs are initialized client-side via lightweight JavaScript SDKs. A typical integration looks like:

<script src="https://items.learnosity.com/?v2023.1.LTS"></script>
<script>
  var itemsApp = LearnosityItems.init(signedRequest, {
    readyListener: function() { console.log('Items API ready'); },
    errorListener: function(e) { console.error(e); }
  });
</script>

Key API Surface Areas

  • Items API — Renders assessment sessions with full question interactivity; supports adaptive delivery and branching logic.
  • Author API — Embeddable content authoring UI; integrates Author Aide AI for AI-assisted item generation and quality checks.
  • Reports API — Embeds pre-built or custom analytics dashboards; hooks into your data pipeline for learning outcomes reporting.
  • Questions API — Low-level question rendering for custom UIs; 50+ interactive question types (MCQ, math input, drag-and-drop, etc.).
  • Feedback Aide API — Agentic AI grading endpoint that accepts open-ended responses and returns scored results with rubric-aligned feedback at scale.

Setup & Auth

All API requests are signed server-side using your Consumer Key and Secret (HMAC-SHA256). Server-side SDKs are available for PHP, Python, Node.js, Java, and .NET. Initialization payloads are JSON objects passed as signed JWTs.