Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enroll in courses, submit lesson completions, and earn XP and Gem rewards.
POST /api/v2/user-courses/enroll/:courseId
Authorization: Bearer <jwt_access_token>
{ "success": true, "data": { "id": "enrollment-uuid", "courseId": "7a3e9c12-3456-4abc-8def-1234567890ab", "progressPercentage": 0, "enrolledAt": "2026-08-22T02:15:00.000Z" }, "message": "Successfully enrolled in course" }
POST /api/v2/user-lessons/:lessonId/complete
timeSpentSeconds
number
score
{ "timeSpentSeconds": 240, "score": 100 }
{ "success": true, "data": { "lessonId": "9f1e8d7c-6b5a-4321-fedc-ba9876543210", "courseId": "7a3e9c12-3456-4abc-8def-1234567890ab", "xpEarned": 50, "gemsEarned": 5, "newTotalXP": 500, "newTotalGems": 40, "courseProgress": 75.0, "streakDays": 4, "unlockedBadge": null }, "message": "Lesson completed successfully" }