Get Template
GET /api/creative/bookmaker/templates/{template_id}
GET
/api/creative/bookmaker/templates/{template_id}
Get details for a specific book template.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” template_id
required
Template Id
string
Responses
Section titled “ Responses ”Successful Response
TemplateInfo
Metadata about an available book template.
object
id
required
Id
string
name
required
Name
string
description
required
Description
string
defaultLayout
LayoutConfig
Physical page layout — trim size, margins, columns, headers/footers.
object
trimWidth
Trimwidth
number
trimHeight
Trimheight
number
marginTop
Margintop
number
marginBottom
Marginbottom
number
marginInner
Margininner
number
marginOuter
Marginouter
number
bleed
Bleed
number
columnsPerPage
Columnsperpage
integer
columnGap
Columngap
number
chapterStartPage
Chapterstartpage
string
headerStyle
Headerstyle
string
pageNumberStyle
Pagenumberstyle
string
colorProfile
Colorprofile
string
defaultTheme
ThemeConfig
Visual skin for the book — colors, fonts, ornaments. World-agnostic.
object
colors
ThemeColors
Color palette for the book theme — fully customizable per world.
object
primary
Primary
string
secondary
Secondary
string
accent
Accent
string
pageBackground
Pagebackground
string
textPrimary
Textprimary
string
textSecondary
Textsecondary
string
statBlockBorder
Statblockborder
string
statBlockBackground
Statblockbackground
string
sidebarBackground
Sidebarbackground
string
tableHeader
Tableheader
string
tableStripe
Tablestripe
string
fonts
ThemeFonts
Font selections for the book theme.
object
body
Body
string
bodySize
Bodysize
integer
heading
Heading
string
headingSize
Headingsize
integer
statBlock
Statblock
string
mono
Mono
string
lineSpacing
Linespacing
number
supportedFeatures
Supportedfeatures
Array<string>
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context