I don’t see any documentation about REST API, do you support REST API call? I have integrated onlyoffice in my web app like the screenshot below, I want to programmatically set documents in the document server at the moment I create documents in my server, and also to sync documents between document server and my storage service (I know about the callback handler) I want to run a cron job daily that syncs all the documents because the callback handler can fail, my service can go down or there can be a network issue. Do you have any REST APIs to handle this scenarios? If not what is your recommended approach to handle this?
Thanks