Upload a Background

Uploads a single background image file to your organization's library.

Headers

x-api-keystringRequired
Your organization's active API Key.

Request

This endpoint expects a multipart form containing a file.
organization_idstringRequiredformat: "uuid"
Your organization's unique identifier.
filesfileRequired
The path to the background image files you'd like to upload. These files must be in JPEG, PNG, or JPG format. The image files must also have a resolution of at least 1080p and have a landscape orientation."
labelstringRequired
A descriptive title for the background image file you'd like to upload.
frames_folder_idstringOptionalformat: "uuid"
The unique identifier for the folder within your library where this background image file should be uploaded. If left empty, the background image file will be uploaded to the Unclassified folder.

Response

201 - Upload successful

savedItemslist of any or null
An array of successfully uploaded background image files. The uploaded files will be listed with their unique identifier and end in their uploaded format.

Errors