Create a Meeting with a time limit

@ExymDev ,

Thank you for writing us in the Zoom developer forum! Currently, there is no way to impose a time limit on meetings when creating a meeting. However, consider using the Update Meeting Status endpoint, which allows you to end the meeting through the API by updating its status to “end.” Here is a helpful post on this topic you can reference for more details :

Update meeting status

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingStatus

Let me know if this helps.