Annotations
Create text annotation
In this article, you will learn how to create text annotation. Create text annotation Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/annotation_groups/<my_annotation_group_uuid>/annotations/ ...
Create circle annotation
In this article, you will learn how to create circle annotation. Create circle annotation Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/annotation_groups/<my_annotation_group_uuid>/annotations/ ...
Create freehand annotation
In this article, you will learn how to create freehand annotation. Create freehand annotation Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: ...
Create polygon annotation
In this article, you will learn how to create polygon annotation. Create polygon annotation Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/annotation_groups/<my_annotation_group_uuid>/annotations/ ...
Create annotation group
In this article, you will learn how to create an annotation group. Create annotation group Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/annotation_groups/ Payload: { ...
Create rectangle annotation
In this article, you will learn how to create rectangle annotation. Create rectangle annotation Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: ...
List all annotations
In this article, you will learn how to list all annotations in a single annotation group. List all annotations Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: ...
List annotation groups
In this article, you will learn how to list all annotation groups in a single file. List annotation groups Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/annotation_groups/ ...