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/v1

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?"}'