Quick Start
Get up and running with the StudyHQ Partner API in minutes.
Prerequisites
Before you begin, make sure you have:
- A StudyHQ partner account (contact support@studyhq.com to get onboarded)
- Your
TokenIdandTokenSecretfor your project - Your
projectId(provided during onboarding)
Step 1 — Generate an Assessment URL
After a student registers or completes payment on your platform, call the API to generate a unique assessment link.
Response:
Open the redirect-url in a new tab for the student to begin the assessment.
The redirect URL is time-bound and single-use. Generate a fresh URL each time a student needs to take the assessment.
Step 2 — Student Completes the Assessment
The student takes the assessment on StudyHQ. The test evaluates their aptitude, interests, and learning style. Upon completion, results are stored against their email address.
Assessment statuses:
Step 3 — Fetch Results
Once the student has completed the assessment, retrieve their results and course recommendations.
Response:
Use the Recommendations array to display personalised course options to the student on your platform.
