This API endpoint is not recognized." - https://api.zoom.us/v2/zra/conversations/{id}/content_analysis?analysis_type=engagingQuestions

Staring Friday Apr 11, 2025 a GET call to /v2/zra/conversations/{id}/content_analysis?analysis_type=engagingQuestions returns an error instead of a response. Until friday everything worked perfectly fine. Does anyone have any idea why this might the case.

It seem that zoom just turned off content_analysis route for some reason
{
“code”: 1005,
“message”: “This API endpoint is not recognized.”
}

Further to my analysis I was able to figure out that if I call
/iq/conversations/{{conversationId}}/content_analysis?analysis_type=all then zoom returns 200 with content, however when I call /zra/conversations/{{conversationId}}/content_analysis?analysis_type=all zoom returns 404

1 Like

I have the same problem. I’m trying to connect using PySpark Notebook data blocks and the API returns {‘code’: 1005, ‘message’: ‘This API endpoint is not recognized.’}.

But all other APIs are fine and return data.

Adding on to confirm we can reproduce this behavior and are looking for a solution. As referenced, we can get results with the deprecated endpoint (iq) but not the new endpoint (zra) using identical parameters.

Per Zoom support, this was a bug and has been resolved in the May 15 release. I’ve been able to verify this is working as expected now.

Hi @cofry @Rodrigo2 @Marketplace
Sorry for the late reply here!
I appreciate your patience and thank you @cofry for confirming this fix!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.