Create Simulive event via the API


Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
v2/users/me/webinars

Description
I am trying to create Simulive event via the API so i can create events automatically

Error?
what ever i am doing, and whatever setting i am adding to the “simulive_settings” i am keep getting an “is_simulive”:“false”.

How To Reproduce
Steps to reproduce the behavior:
v2/users/me/webinars - POST Request
Headers: Auto and application-json

Body:

{
“topic”: “Your Simulive Webinar Name”,
“type”: 5,
“start_time”: “2024-06-10T15:00:00Z”,
“duration”: 60,
“timezone”: “UTC”,
“agenda”: “This is a simulive webinar demo.”,
“settings”: {
“host_video”: true,
“panelists_video”: false,
“practice_session”: false,
“auto_recording”: “cloud”
},
“simulive_settings”: {
“video_file_id”: “htr9w0dXTlikuFqtzjkMIQ==”,
“enable_simulive_webinar”: true
}
}

if need anymore info, let me know

Simulive on the Webinar side has API support marked as limited, and the only explicit simulive capability I could confirm on the webinar endpoints is anonymous Q&A for simulive webinars. I could not find a Zoom doc that exposes a create-webinar request field that switches a normal webinar into simulive, so passing simulive_settings to POST /users/{userId}/webinars does not look like a documented way to make is_simulive become true.