Skip to content

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

Responses

OK

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI