Create an image template

Create a new image template in the workspace. Pass config to seed the canvas with layers; omit it to start from an empty template that can be edited later.

post/image_templates

Request body

namestring required

Template name

descriptionstring nullable

Template description

tagsstring[]

Template tags

widthinteger

Canvas width in pixels

heightinteger

Canvas height in pixels

Response

Template created

uidstring
namestring
descriptionstring nullable
tagsstring[]
widthinteger
heightinteger
responsiveboolean

True if the template has responsive sizing or positioning

previewstring uri nullable

Preview image URL

ui_write_access'owner_only' | 'team'

Who can edit this template in the dashboard — owner_only (default) or team

api_write_access'team' | 'owner_only' | 'nobody'

Who can update or delete this template via the API — team (default, any workspace API key), owner_only (only API keys owned by the template's creator), or nobody (locked; unlock via dashboard)

created_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.