Skip to main content

List File Page Screenshots

GET 

/api/v1/files/:id/page_screenshots

List metadata for all screenshots of pages from a file.

Request

Path Parameters

    id uuidrequired

Query Parameters

    project_id any

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • page_index Page Index (integer)required

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

    file_id uuidrequired

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

    image_size Image Size (integer)required

    The size of the image in bytes

  • ]

Loading...