Skip to main content
POST
/
api
/
embed
Embed watermark
curl --request POST \
  --url https://yys-sqr-render-bsbe.onrender.com/api/embed \
  --header 'Content-Type: application/json' \
  --data '
{
  "image": "<string>",
  "message": "<string>"
}
'
{
  "watermarked_image": "<string>",
  "message": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Body

application/json
image
string
required

Base64-encoded image data

message
string
required

Message to embed (1-5 characters)

Maximum string length: 5

Response

Watermark embedded

watermarked_image
string

Base64-encoded watermarked image

message
string
timestamp
string<date-time>