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
Example request
{
"align": "right,top",
"image_path": "data:image/png;base64,iVBORw0KG...."
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.