v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
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

image_idstring uuid nullable

The ID of an existing Electronic Seal Image to use as the visual stamp.

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