Get figure image
GET
/v1/projects/{id}/pages/{n}/assets/{k}/image
Fetch one of the figures or illustrations extracted from a page — a woodcut, a diagram, an inline image — as its own file.
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*)$"k*
Type
Requiredinteger
Format
"int32"Pattern
"^-?(?:0|[1-9]\\d*)$"Responses
OK