Curl
CurlCURL
This is a sample request. You can use nested objects, flattened keys with dot notation, or combine both formats in a single request.
Note: You don't have to pass all properties - only send the properties you want to update or change:
CURL
curl --location 'https://render.imejis.io/v1/{{YOUR_DESIGN_ID}}' \
--header 'dma-api-key: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"text": {
"text": "Text here",
"color": "#000000",
"backgroundColor": "transparent",
"textBackgroundColor": "transparent",
"borderColor": "transparent",
"strokeColor": "transparent"
},
"image.image": "",
"image.opacity": 1,
"image.borderColor": "transparent"
}'