note_addNotes
Add multiple notes to Anki flashcards using the specified structure. Returns IDs for successfully created notes or null for failed attempts, streamlining bulk note creation.
Instructions
Creates multiple notes. See 'addNote' for the structure of each note object in the list. Returns a list of new note IDs, or null for notes that couldn't be created.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
notes | Yes | A list of note objects to add. |