Zoho Writer Preview is not working using AJAX

Zoho Writer Preview is not working using AJAX

I tried to implement https://writer.zoho.com/writer/officeapi/v1/document/preview (https://api.office-integrator.in/writer/officeapi/v1/document/preview works for IN) as provided in the below documentation. 

https://www.zoho.com/officeplatform/integrator/api/v1/zoho-writer-preview-document.html

When I use above preview API from AJAX or CURL, I am getting CORS (cross origin request sharing) error; also I am getting method not found error or {"code":"1876","message":"More than the maximum allowed count."} on various trials using AJAX or CURL process. Based on the response I need that response to be shown in the iframe and that opened file to be saved at local.

Does anyone of you faced the same issue like I faced or have you seen success while using this API!? Can someone reply to me.