Import Flashcard
Import flashcards from a CSV file. The API accepts CSV files and creates flashcards under the specified folder.
Body
CSV file having headings term and definition.
The unique ID of the user editing or creating flashcards.
"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiIsImtpZCI6ImEzMmZkZDRiMTQ2Njc3NzE5YWIyMzcyODYxYmRlZDg5In0.eyJpc3MiOiJodHRwOi8vZG9scGhpbmZsYXNoY2FyZHMuY29tIiwiYXVkIjoiYXBpIiwic3ViIjoidU5RR2lIencxdk9EaExybTVDRWtaQ1ZoTU93MSIsImFjY2Vzc190b2tlbiI6IjRiZTA2NDNmLTFkOTgtNTczYi05N2NkLWNhOThhNjUzNDdkZCIsImFjY2Vzc190b2tlbl9yYXciOiJ0ZXN0IiwiaWF0IjoxNzI2Nzc0MTYzfQ.F-fxFitPQF-gGHyhGPGxE_zj_b8XJybqe4J_iYG66BC4Dqm4LTb8RpcDLyYUhRCcpphihpWGbdp"
The name of the flashcard set.
"firstCard"
The description of the flashcard set
"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 /
"top-level-parent-name/parent-name-2/parent-name-3"
The delimiter used in the CSV file (e.g., comma, semicolon).
","
Defines the first row where actual data is stored in the CSV. Defaults to row 2 if not provided.
"2"