Get page image
GET
/v1/projects/{id}/pages/{n}/image
Fetch the rendered image for one page of a book — the OCR-grade normalized version once it's ready, or a lighter preview before that. This is what a page viewer's <img> tag points at.
Authorizations
Bearer
JWT bearer token from POST /v1/auth/login.
Type
HTTP (bearer)
or
ApiKey
Scoped API key for non-interactive clients (issued by PBI #1426).
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
id*
Type
Requiredstring
Format
"uuid"n*
Type
Requiredinteger
Format
"int32"Pattern
"^-?(?:0|[1-9]\\d*)$"Responses
OK