Electronic Seal Image
Generate an Electronic Seal Image Preview
Generate a PNG preview of an Electronic Seal Image based on the given field dimensions, an optional uploaded image, and an optional caption. This allows integrators to visualize the seal rendering before creating an Electronic Seal.
This endpoint is only available in Sandbox environment.
post/electronic_seal_images/preview
Request body
Example request
{
"image_id": "04c9bf7e-e466-4204-97d2-d21cf5b314e4",
"field": {
"width": 150,
"height": 100,
"captions": [
{
"text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
}
]
}
}Response
OK