Skip to main content

List File Pages Figures

GET 

/api/v1/files/:id/page-figures

List File Pages Figures

Request

Path Parameters

    id uuidrequired

Query Parameters

    project_id any
    organization_id any

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • figure_name Figure Name (string)required

    The name of the figure

    file_id uuidrequired

    The ID of the file that the figure was taken from

    page_index Page Index (integer)required

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

    figure_size Figure Size (integer)required

    The size of the figure in bytes

    is_likely_noise Is Likely Noise (boolean)

    Whether the figure is likely to be noise

    Default value: false
    confidence Confidence (number)required

    The confidence of the figure

    Possible values: <= 1

  • ]