🚀
💡
🎯
🌟

EVA Backend API

AI Mentor • Secure and observable REST APIs

🔥
API Status

OPERATIONAL

All systems running

🆔
Request ID

65a7f55f-e7d5-4533-b0c7-f8ecf27c7c74

Current session

🌐
Base Path

/api/eva

API endpoint prefix

🔒
Security

JWT

Bearer authentication

Core Features

👤

User Management

Complete user profile and information management system with secure authentication.

  • POST /user-info/submit/response
  • GET /user-info/me
  • PUT /user-info/me
📋

Onboarding System

Dynamic questionnaire system for personalized user onboarding experience.

  • GET /onboarding/questions
  • POST /onboarding/questions
  • PUT /onboarding/questions/{id}
🔐

Authentication

JWT-based authentication with robust token validation.

  • GET /auth/secure
🔍

Observability

Request tracking, health checks, and comprehensive error handling.

  • GET /health/check
  • X-Request-ID tracking
  • Structured error responses
🤖

AI Integration

AI-powered mentoring and career guidance with personalized recommendations.

  • Personalized insights
  • Career path analysis
  • Skill recommendations

🛠️ Test API Endpoints

curl -X GET "/api/eva/health/check" \
  -H "Accept: application/json"