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.
filefileRequired
The path to the single background image file you'd like to upload. Image 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

savedFilestring or null
The user input label of the successfully uploaded background image file.

Errors