Upload a webinar's branding Virtual Background
POST {{baseUrl}}/webinars/:webinarId/branding/virtual_backgrounds
Use this API to upload a webinar's session branding Virtual Background . Hosts and panelists can select and use these Virtual Backgrounds during the webinar. Branding Virtual Background files have the following restrictions: * A webinar cannot exceed more than 10 Virtual Background files. * You can only upload image files that are in JPG/JPEG, GIF or PNG format. * The Virtual Background file size cannot exceed 15 megabytes (MB).
Prerequisites:
- The
Webinar Session Branding setting enabled.
Scopes:
webinar:write
,
webinar:write:admin
Rate Limit Label
:
Medium
Request Body
[{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"default", "value"=>"false", "datatype"=>"boolean"}, {"name"=>"set_default_for_all_panelists", "value"=>"true", "datatype"=>"boolean"}]
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","is_default":"\u003cboolean\u003e","size":"\u003cinteger\u003e","type":"image"}