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.
Generate AI-powered career learning roadmaps and retrieve customized curricula.
GET /api/v2/learning-path/roadmap/me
Authorization: Bearer <jwt_access_token>
{ "success": true, "data": { "status": "completed", "roadmap": { "careerGoal": "Smart Contract Auditor", "totalCourses": 12, "coursesCompleted": 4, "foundationPaths": [ { "id": "path-foundation-1", "title": "Digital & Security Literacy", "isCompleted": true } ], "specializationPaths": [ { "id": "path-spec-1", "title": "Advanced EVM Security & Auditing", "requiresSubscription": true, "userHasAccess": true } ] } } }
POST /api/v2/learning-path/roadmap
userId
string
careerGoal
{ "userId": "550e8400-e29b-41d4-a716-446655440000", "careerGoal": "Full Stack Web3 Developer" }
{ "success": true, "data": { "careerGoal": "Full Stack Web3 Developer", "foundationPaths": [ ... ], "specializationPaths": [ ... ] }, "message": "Career path roadmap generated successfully" }