Download a deck file
get_deck_fileReturns a download link for one of the user's decks as a file to import: .apkg for Anki, .mochi for Mochi, with audio when it can be generated. Premium only; call it directly, without checking get_credits first, since a non-premium account gets a clear message with a link explaining Premium. The link works for one hour: show it to the user exactly as returned, and call this tool again for a fresh link. Quizlet and Brainscape import text, so for them give the deck link from list_decks or get_deck: its Copy button keeps the exact separators. Show the cards as text only as a fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deckId | Yes | ||
| platform | Yes | anki gives an .apkg file, mochi gives a .mochi file |