curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//stream/watermarks'
0.0
makes the image completely transparent, and 1.0
makes the image completely opaque. Note that if the image is already semi-transparent, setting this to 1.0
will not make the image completely opaque.0.0
indicates no padding, and 1.0
indicates a fully padded video width or length, as determined by the algorithm.upperRight
, upperLeft
, lowerLeft
, lowerRight
, and center
. Note that center
ignores the padding
parameter.0.0
indicates no scaling (use the size of the image as-is), and 1.0
fills the entire video.{
"errors": [],
"messages": [],
"result": [
{
"created": "2014-01-02T02:20:00Z",
"downloadedFrom": "https://company.com/logo.png",
"height": 0,
"name": "Marketing Videos",
"opacity": 0.75,
"padding": 0.1,
"position": "center",
"scale": 0.1,
"size": 29472,
"uid": "ea95132c15732412d22c1476fa83f27a",
"width": 0
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}