Skip to main content

Mark a page as annotated

Mark a page as annotated

Path Parameters
  • project_id integer required

    ID of the project

  • annotation_id integer required

    ID of the labeling session

  • document_id integer required

    ID of the document

  • page integer required

    the page number starting in 0

Request Body required
  • name string required

    Possible values: [ANNOTATED]

Responses

The Page has been annotated.


Schema
  • name string

    Possible values: [ANNOTATED]

    The status.

  • created date-time
  • document_id integer

    The ID of the document.

  • segment_id integer

    The ID of the segment.

  • annotation_id integer

    The ID of the labeling session.

Loading...