Logo
Zoom Public API Documentation

Upload virtual background files

POST {{baseUrl}}/accounts/:accountId/settings/virtual_backgrounds

Upload virtual background files for all users on the account to use.

Prerequisites: * The Virtual Background feature must be enabled on the account.

Scopes: account:write:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "is_default": "<boolean>", "name": "<string>", "size": "<integer>", "type": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/accounts/:accountId/settings/virtual_backgrounds' -H 'Content-Type: multipart/form-data' -H 'Accept: application/json' -F '{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}='

ENDPOINTS