Import flashcards from an Anki .apkg file
Imports flashcards from an Anki deck package (.apkg) and stores them in the specified folder
Body
Anki .apkg file containing the flashcards
JWT authentication token
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySUQiOiIxMjM0NSJ9.abc123..."
Name for the new flashcard set
"Spanish Vocabulary"
Folder path to store the flashcards (empty string for root)
"Languages/Spanish"
Optional description for the flashcard set
"Imported from Anki deck"
Term field name (e.g., "Front") or index (0-based integer)
"Front"
Definition field name (e.g., "Back") or index (0-based integer)
"Back"
Whether to remove HTML tags from fields ("true" or "false" as string)
"true"
Response
Successfully imported flashcards
ID of the created flashcard set
"987654321"