I'm trying to let users create a zoom meeting from my website

I’m building a website with Node.js, Express.js, and Mongodb, and I’m trying to make it so users can schedule a Zoom meeting inside the website. I just want it to schedule, then return the link to join.

Here is a page in the documentation that I found, but I’m not sure where to even start with it. Is this possible?

If someone could help me understand this, I would really appreciate it. Thank you!

Hey @emmitp,

You will want to use the Create Meeting API.

You can generate an access token to call the Zoom APIs by following our OAuth guide:

Thanks,
Tommy