Documentation
Everything you need to integrate the AI Voice Tutor into your platform.
*New to the Voice Tutor?
Overview
The Voice Tutor is delivered as a hosted embed. You generate a signed session token on your backend, load our iframe with that token, and we send session data back to you via webhooks. Your platform handles authentication, billing, and the student dashboard. We handle the tutoring — voice, whiteboard, AI, and validation.
Sections
Getting Started
Generate a JWT, embed the iframe, and run your first tutoring session in minutes.
Embed Configuration
Full reference for all embed parameters — subject, level, engine, branding, and more.
API Reference
REST endpoints for sessions, students, curriculum modules, usage, and webhooks.
Webhooks
15 real-time events for session lifecycle, usage, content generation, and errors.
Curriculum Modules
Upload your national curriculum as JSON or PDF. The tutor grounds instruction in your standards.
Authentication
JWT signing, API keys, and webhook signature verification.
Whiteboard Types
All 19 interactive visual types — equations, graphs, diagrams, molecules, and more.
Base URL
All API requests use:
https://api.evelynlearning.com/v1Sandbox: https://api-sandbox.evelynlearning.com/v1