Generate Join URL from user input

First time attempting to implement zoom sdk into clients web page. Client has requested that a page that is used for scheduling meetings generate a Join URL. This is my first time attempting something like this and I am not sure where to start. I know it is possible to generate the join url within the zoom app but not sure how to do it the way the client wants. Any help would be appreciated.

Hi, @matthew.abbott,

Happy to help. You can generate a Join URL via our Create Meeting API. The Join URL will be returned in the response payload:

Create a meeting API