1. Documentation
Xentree Docs
  • Documentation
    • Introduction
    • Quickstart
    • Authentication
    • Conversations
    • Knowledge Base
    • Xentree Live
    • Organizations and Teams
    • Xentree English
    • Errors and Limits
  • API Reference
    • Authentication
      • Register a new user
      • Log in and get an access token
      • Refresh an access token
      • Log out the current user
      • Get the current authenticated user
      • Update the current authenticated user
    • Conversations
      • List available AI providers
      • Generate an AI response
      • List conversations for the current user
      • Create a conversation
      • Get messages for a conversation
      • Search indexed user content
    • Knowledge Base
      • Search the knowledge base
    • Xentree Live
      • Get remaining Xentree Live quota
      • Start a live session
      • Update an active live session heartbeat
      • End a live session
      • Update the user nickname used in Xentree Live
      • List live transcripts for the current user
      • Save live session transcripts
      • Get a single live transcript
    • Organizations
      • List organizations for the current user
      • Create an organization
      • Get organization details
      • Update organization details
      • Delete an organization
      • List organization members
      • Add a member to an organization
    • Integrations
      • List active integrations for the current user
      • Start the Google Calendar OAuth flow
    • Xentree English
      • List XEL modules with user progress
      • Get XEL module details
      • Submit a learning task response
      • Run AI evaluation for speaking or writing
      • Get the XEL dashboard overview
  • Schemas
    • Error
    • TokenResponse
    • UserProfile
    • ChatRequest
    • ChatResponse
    • ConversationCreateRequest
    • ConversationResponse
    • KnowledgeSearchRequest
    • LiveStartSessionRequest
    • LiveSessionResponse
    • LiveQuotaResponse
    • TranscriptTurn
    • SaveLiveTranscriptsRequest
    • OrganizationCreateRequest
    • OrganizationResponse
    • MemberResponse
    • XELModuleSummary
    • XELTaskSubmissionRequest
  1. Documentation

Xentree English

Xentree English, or XEL, is a guided English-learning experience powered by AI.

Core capabilities#

list learning modules and progress
start and complete modules
submit reading, writing, listening, and speaking tasks
run AI-based evaluation
track XPI scoring and dashboard progress
save transcript history from learning sessions

Main endpoints#

Modules and progress#

GET /api/learn/english/modules
GET /api/learn/english/modules/{module_id}
POST /api/learn/english/modules/{module_id}/start
POST /api/learn/english/modules/{module_id}/complete

Tasks and evaluation#

POST /api/learn/english/tasks/regenerate
POST /api/learn/english/tasks/submit
POST /api/learn/english/evaluate

Scoring and dashboard#

GET /api/learn/english/xpi
GET /api/learn/english/xpi/history
GET /api/learn/english/dashboard

Sessions and transcripts#

POST /api/learn/english/sessions/start
POST /api/learn/english/sessions/end
POST /api/learn/english/transcripts
GET /api/learn/english/transcripts/{session_id}

Example task submission#

{
  "module_id": 1,
  "task_id": "writing-1",
  "skill": "writing",
  "response": "I would introduce myself confidently in a short paragraph.",
  "time_spent_seconds": 180
}

Who this is for#

Use XEL APIs when you want a structured, trackable, and AI-assisted English learning workflow inside the Xentree platform.
Modified at 2026-04-17 06:32:23
Previous
Organizations and Teams
Next
Errors and Limits
Built with