Save Template
POST /api/creative/character-sheet-templates
Insert-or-update a user sheet template.
Request Body required
Section titled “Request Body required ”object
A complete .layout.json character-sheet template.
object
A named page within the template.
Templates typically ship with core / combat / magic / inventory / story pages; every filled sheet carries the same set.
object
One placed field on the sheet canvas.
row and col are zero-indexed grid positions; width and
height count cells. Rules the Layout Studio enforces:
- Non-negative
row/col. width+height>= 1.- Fields may not overlap — the validator walks the page and rejects templates with collisions.
object
Responses
Section titled “ Responses ”Successful Response
object
A complete .layout.json character-sheet template.
object
A named page within the template.
Templates typically ship with core / combat / magic / inventory / story pages; every filled sheet carries the same set.
object
One placed field on the sheet canvas.
row and col are zero-indexed grid positions; width and
height count cells. Rules the Layout Studio enforces:
- Non-negative
row/col. width+height>= 1.- Fields may not overlap — the validator walks the page and rejects templates with collisions.
object
Validation Error