Template Static Elements API
This document contains details on static template elements, focusing on image tags, required hash attributes, and the image upload/download API endpoints.
Image
--upload--
POST /api/v1/template/image
response {
"imageUuid" : "UUID", //UUID of image
"src" : "string", //src for img tag in format "image-uuid:1abd7329-86f1-4f90-81e7-37ea26fcb3a9"
"hash": "string" //hash of the image
}
--download--
GET /api/v1/template/{uuid}/image?imageUuid={required}&envelopeUuid={optional}