Option > Watermarking

Update watermark

This endpoint allows you to retrieve to update or create the watermark.

put/1/videos/{channel}/options/watermark

Path parameters

channelinteger required

The unique identifier (ID) of the channel to request.

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

account_idinteger required

Account identifier

The account identifier

Request body

alignstring required

Specify the position

enabledboolean nullable

Enable the watermark

follow_updateboolean nullable
heightinteger

Specify the height size of image (px)

horizontal_offsetinteger required

Specify the horizontal spacing in (px)

image_pathstring

Specify the image in base 64

opacity_percentageinteger

Specify the opacity in percent

size_percentageinteger

Specify the size of image in percent

vertical_offsetinteger required

Specify the vertical spacing in (px)

widthinteger

Specify the width size of image (px)

z_indexinteger nullable

Specify the opacity in percent

Example request

{
  "align": "right,top",
  "image_path": "data:image/png;base64,iVBORw0KG...."
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.