Estimate Book
GET /api/creative/bookmaker/books/{book_id}/estimate
GET
/api/creative/bookmaker/books/{book_id}/estimate
Get page count and spine width estimate for a book.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” book_id
required
Book Id
string
Query Parameters
Section titled “Query Parameters ” project_id
required
Project Id
string
Responses
Section titled “ Responses ”Successful Response
BookEstimateResponse
Page count and spine width estimate.
object
wordCount
required
Wordcount
integer
estimatedPagesTrade
required
Estimatedpagestrade
integer
estimatedPagesMass
required
Estimatedpagesmass
integer
estimatedPagesDigest
required
Estimatedpagesdigest
integer
spineWidthInches
required
Spinewidthinches
number
chapterCount
required
Chaptercount
integer
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