export_document
Exports a document's flashcards and quiz questions to an Anki-importable CSV file on your machine. Returns the file path; use output_path to customize, include_quiz false for only flashcards.
Instructions
Export a document's flashcards and quiz questions to an Anki-importable CSV file on this machine. Writes the file and returns its path; it does not return the CSV text. Defaults to /exports/document--anki.csv, or pass output_path to choose the location. Set include_quiz false to export only flashcards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| output_path | No | ||
| include_quiz | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||