---
title: "Set/update the background image for an opvideo device facade"
method: POST
path: "/orgs/{orgId}/opvideo-devices/{opvideoDeviceId}/facade/background-image"
tags: ["orgs/opvideo-devices"]
---

# Set/update the background image for an opvideo device facade

`POST /orgs/{orgId}/opvideo-devices/{opvideoDeviceId}/facade/background-image`

__JWT is required for this endpoint with at least one of the following scopes__: o:r,o-basic:r,s-o:r,o{params.orgId}-opvideoDevice:r<br/><br/>__Endpoint name__: setOpVideoDeviceFacadeBackgroundImage

## Path parameters

- `orgId` integer, required
- `opvideoDeviceId` integer, required

## Request body

- object
  - `picture` object, required
    - `base64` string, required

## Response `200`

Successful

- object
  - `data` object
    - `id` number, required
    - `contentType` string, nullable
    - `fileName` string, nullable
    - `opvideoDeviceFacadeId` number, required
    - `pictureUrl` string, nullable
    - `createdAt` string, date
    - `updatedAt` string, date
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

[API](https://skmtc.dev/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.dev/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/revisions/d8a888c114fa/schema)
