Create annotation group

Create annotation group

In this article, you will learn how to create an annotation group.

Create annotation group

Request Type: POST
Authorization Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/annotation_groups/
Payload:
Info
{
  "caption": "Sample annotation group",
  "description": "Example description for the annotation group",
  "start_time": 10.500,
  "end_time": 18.750,
  "annotations": []
}

Results:
Info
{
  "annotations": [],
  "asset": "a7c3d9e1-2b4f-4a6d-8c9e-5f1a2b3c4d6e",
  "author": "user_58392",
  "author_nickname": "sample_user_creator",
  "media_type": "VI",
  "caption": "Sample annotation group",
  "date_created": "2026-03-20T11:25:40.567890Z",
  "date_edited": null,
  "description": "Example description for the annotation group",
  "end_time": "18.750",
  "start_time": "10.500",
  "was_edited": false,
  "uuid": "d2f4a6b8-c9e1-4a3b-8d7f-6e5c4b3a2f10"
}
    • Related Articles

    • Create rectangle annotation

      In this article, you will learn how to create rectangle annotation. Create rectangle annotation Request Type: POST Authorization Header: Authorization: ApiKey <my_api_token> URL: ...
    • Create circle annotation

      In this article, you will learn how to create circle annotation. Create circle annotation Request Type: POST Authorization Header: Authorization: ApiKey <my_api_token> URL: ...
    • Create text annotation

      In this article, you will learn how to create text annotation. Create text annotation Request Type: POST Authorization 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 Authorization Header: Authorization: ApiKey <my_api_token> URL: ...
    • Create freehand annotation

      In this article, you will learn how to create freehand annotation. Create freehand annotation Request Type: POST Authorization Header: Authorization: ApiKey <my_api_token> URL: ...