Create flashcard
Create flashcard
Create or edit a flashcard set for a user. Flashcards contain front, back, review status, and last review date properties.
POST
Body
application/json
The unique ID of the user editing or creating flashcards.
Example:
"user1"
The name of the flashcard set.
Example:
"firstCard"
The description of the flashcard set
Example:
"my first flashcard"
The name of the folder containing the flashcard sets. Set to "" to set as a top level flashcard, otherwise set it to the parent folder name. If there are multiple parent folders, add the folder name seperated by numeric figures.
Example:
"top-level-parent-name/parent-name-2/parent-name-3"
A list of flashcards. Each flashcard object has front
, back
, review status
, and last review
properties.