Chamelingo API Documentation
Build Korean and English language learning experiences with the Chamelingo API. Access AI tutoring, flashcard decks with FSRS-5 spaced repetition, curriculum content, pronunciation scoring, and more.
Base URL
https://api.chamelingo.com/api/v1Quickstart
Send your first API request in under 2 minutes.
Authentication
API keys, scopes, and permissions.
API Reference
Interactive reference for all 30+ endpoints.
Building a Study Bot
End-to-end tutorial: chat, flashcards, progress tracking.
Spaced Repetition
FSRS-5 review workflow via the API.
Webhooks
Receive push notifications for deck and review events.
Quick example
bash
curl -N -X POST https://api.chamelingo.com/api/v1/chat \
-H "Authorization: Bearer ck_live_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{"message": "How do I say hello in Korean?"}'