Before you start
You’ll need:- An Edpire account. Sign up free if you do not have one.
- No pre-existing assessments required. You will create one in this guide
Step 1. Sign in and create an assessment
- Go to https://edpire.com
- Sign in, or sign up and create your organization
- Navigate to My Assessments
- Click Create assessment
Step 2. Add a simple question
Create the simplest possible working example:- Add a question
- Enter a prompt (e.g., “What is 2 + 2?”)
- Go to the Choices tab
- Add multiple options
- Mark the correct answer
Step 3. Publish and share
- Click Publish
- Copy the share link
{shareCode}: unique identifier for the assessmentlearner_ref: your internal user ID (recommended)
This share link is the fastest way to prove the engine works end to end, and it
is the right mechanism for a teacher pasting an assessment into an LMS or an
email. It is not the shape you want for a platform integration, because it
takes the learner out of your product. Once this loop works, move to the
Embedded Player, which reuses the same
learner_ref and the same webhooks, so nothing you do here is wasted.Step 4. Create an API key
- Go to https://edpire.com/org/integrations
- Click Create key
- Name it (e.g.,
Quickstart Key) - Select the
read:assessmentsandread:resultsscopes - Copy and store it securely
Step 5. Verify the API
List your assessments:Step 6. Fetch results
Retrieve results for your assessment:What you’ve done
- Created an assessment
- Shared it with a learner
- Submitted a response
- Retrieved results via API
What’s next?
- Store assessment IDs and
learner_refin your system - Build dashboards or analytics on top of results
- Explore advanced integrations like webhooks or SDK components