Skip to content

Images

List File Page Screenshots
client.pipelines.images.listPageScreenshots(stringid, ImageListPageScreenshotsParams { organization_id, project_id } query?, RequestOptionsoptions?): ImageListPageScreenshotsResponse { file_id, image_size, page_index, metadata }
GET/api/v1/files/{id}/page_screenshots
Get File Page Screenshot
client.pipelines.images.getPageScreenshot(numberpageIndex, ImageGetPageScreenshotParams { id, organization_id, project_id } params, RequestOptionsoptions?): ImageGetPageScreenshotResponse
GET/api/v1/files/{id}/page_screenshots/{page_index}
Get File Page Figure
client.pipelines.images.getPageFigure(stringfigureName, ImageGetPageFigureParams { id, page_index, organization_id, project_id } params, RequestOptionsoptions?): ImageGetPageFigureResponse
GET/api/v1/files/{id}/page-figures/{page_index}/{figure_name}
List File Pages Figures
client.pipelines.images.listPageFigures(stringid, ImageListPageFiguresParams { organization_id, project_id } query?, RequestOptionsoptions?): ImageListPageFiguresResponse { confidence, figure_name, figure_size, 4 more }
GET/api/v1/files/{id}/page-figures
ModelsExpand Collapse
ImageListPageScreenshotsResponse = Array<ImageListPageScreenshotsResponseItem>
file_id: string

The ID of the file that the page screenshot was taken from

formatuuid
image_size: number

The size of the image in bytes

minimum0
page_index: number

The index of the page for which the screenshot is taken (0-indexed)

minimum0
metadata?: Record<string, unknown> | null

Metadata for the screenshot

ImageGetPageScreenshotResponse = unknown
ImageGetPageFigureResponse = unknown
ImageListPageFiguresResponse = Array<ImageListPageFiguresResponseItem>
confidence: number

The confidence of the figure

maximum1
minimum0
figure_name: string

The name of the figure

figure_size: number

The size of the figure in bytes

minimum0
file_id: string

The ID of the file that the figure was taken from

formatuuid
page_index: number

The index of the page for which the figure is taken (0-indexed)

minimum0
is_likely_noise?: boolean

Whether the figure is likely to be noise

metadata?: Record<string, unknown> | null

Metadata for the figure