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: Rate Limit Label: account:write:admin
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>"
} |
ENDPOINTS