RECODE·ANYTHING

Recode Anything

Turn any document into code that generates it.

Your own documents: paste a Google Slides link, or Pick from Drive for a private deck.
run
An interactive notebook, not a screenshot — inspect, edit, re-run.
ask
An assistant grounded in the program answers about your slides.
api
Recompile decks from your own pipeline with an API key.
headless api — live todayfull docs →
# any document → its generating code, in one call
curl -X POST https://recodeanything.com/convert \
  -H "X-API-Key: $KEY" \
  -F "url=https://docs.google.com/presentation/d/…" -F "output=py"
 {"cid": "…", "url": "https://recodeanything.com/v/…", "deck_py": "slide(text(…"}
10 free recodes / week· Sign in with Google· API· Dirk Englund, MIT

Public or link-shared decks recode with no sign-in. For a private deck, use Pick from Drive — access is granted to just that one file.