How to generate Zoho Meeting summary (key notes) via API

How to generate Zoho Meeting summary (key notes) via API

Is there any documented API call to generate a recording's summary (key notes)? I couldn't find anything in the API docs

This action is available in the web UI and I replicated the API call that the web UI is making, which is (this API call was accompanied by the Authorization header containing the Zoho-oauthtoken)
However, when I do that it results in the following 400 error:  {"error":{"code":2000,"message":"BROWSER_COOKIES_DISABLED"}}