Skip to main content

What Edpire does

  • Stores assessment content (exercises, questions, answer keys)
  • Grades submissions (deterministic scoring + AI evaluation for open-ended questions)
  • Provides per-question feedback without revealing correct answers
  • Stores all submission records and per-question results
  • Delivers webhook notifications for catalog and submission events

What you do

  • Maintain your own assessment catalog (titles, categories, metadata)
  • Control learner access (who can take what)
  • Build your own learner-facing UI (or use Edpire’s hosted UI / embed SDK)
  • Store submission summaries for dashboards and progress tracking
  • Fetch detailed per-question breakdowns on demand from Edpire

Core principle

Edpire owns content + grading. You own catalog, taxonomy, access control, and UX.

Integration overview

There are four ways to integrate, from the simplest redirect to a fully headless server-side flow:
TierWhat it doesBest for
1 — Share LinkRedirect to Edpire’s hosted UIQuick integrations, no custom UX needed
2 — Embed WidgetRender Edpire’s player inline via SDKStay on your site, Edpire’s player UI
3 — SDK ComponentsCustom UX with Edpire question rendering + /checkDuolingo-style flows, immediate feedback
4 — Fully HeadlessYour UI, your server, Edpire grades everythingFull control, mobile apps, server-to-server
See Integration Tiers for implementation details.