POST/esignglobal/v1/stamps
Interface Description
You can upload a base64-encoded string to create a stamp. After the stamp is created, you can view and edit it on the page.
- Use the APPID with workspace stamp creation permission, create a stamp by uploading the Base64 encoded string of the image.
Request Parameters
Request Example
{
"stampName": "demoStamp",
"imageBase64": "demoImageBase64"
}
Response Parameters
Response Example
{
"code": 0,
"data": {
"stampId": "501d7b6a95a74a478757ec49c89dcaba",
"stampWidth": 36,
"stampHeight": 29
},
"message": "success"
}