Skip to main content

Overview

The Flashcards component automatically generates interactive flashcards from your study materials. It supports multiple card types, spaced repetition learning, and difficulty levels to optimize your study sessions.

Creating a Flashcards Component

Configuration Parameters

name
string
required
Name of the flashcards component
type
string
required
Must be "flashcards"
config
object
required
Flashcards configuration object

Response

Embedding This Component

Once you’ve created a Flashcards component, you can embed it on your website using the embedding API.

Generate Embed URL

Flashcards-Specific Embedding Features

features.enableHistory
boolean
default:"true"
Track and display user’s flashcard review history and performance
features.enableVoice
boolean
default:"false"
Enable voice pronunciation for flashcard content (useful for language learning)

Embed in Your HTML