Welcome to the Nuton API
The Nuton API turns any topic, document, or video into a structured course with chapters, flashcards, exams, podcasts, and chat. This documentation gives you everything you need to integrate it into your product.
What you can build
- AI tutors that generate courses on demand from a user’s questions
- RAG chatbots that ingest your customer’s documents and answer with full source attribution
- Study apps that auto-generate flashcards, exams, and notes from any input
- Podcasts — every chapter becomes a 2-host dialogue with AI-generated voice
- Compliance training where the course adapts to each learner’s saved profile
How the docs are organized
- Get started — quickstart, authentication, errors, rate limits
- API reference — every endpoint with request/response examples and a “Try it” playground
- Playground — a dedicated
/playgroundfor exploring the API freely
Two environments, two API keys
| Environment | Key prefix | Purpose |
|---|---|---|
| Test | sk-nuton-test-… | Free, capped at 5 courses / 50 queries per month |
| Production | sk-nuton-production-… | Real billing, per user per month |
Start with a test key. When you’re ready to ship, request a production key from the Dashboard.
Where to go next
Most people start with the Quickstart — it gets you from zero to your first generated course in under 60 seconds. If you’re integrating into an existing app, Authentication is the next stop.