Upload a watermark
POST {{baseUrl}}/watermarks
Create a new watermark by uploading a JPG
or a PNG
image.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"watermarkId": "<string>",
"createdAt": "<dateTime>"
} |
ENDPOINTS