Skip to content

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
string
Required
Format
"uuid"
n*
Type
integer
Required
Format
"int32"
Pattern
"^-?(?:0|[1-9]\\d*)$"

Responses

OK

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI