So you're talking about the System Save/Load system?
After performing "System Save" you can access save state JSON using expression SaveStateJSON, inside "On Save Complete" event.
Then you can save it in a web game using "Browser - Invoke download" action, or in NWJS game using Write File action.