Create meeting api is not working

I am a newbie to zoom Api. I need to implement zoom create api in my angular project.
But i am not able to call api through my application.
is there any sample project for angular to create meeting app.?

Hi @poonam.jabwetv, the Zoom API is intended to be used from backend services for a server-server connection. Client applications, like those built in angular, can call Zoom’s APIs from a node server, like in our Sample Node App.