v1
latestOpenAPI 3.0.02026-07-24900287.5 KBAnnotations
Create an Annotation Category
Create an annotation category.
post/annotation_categories
Request body
Example request
{
"name": "Kick",
"import_name": "play_type_kick",
"start_offset": 15,
"end_offset": 2,
"default_color": "#A55F7B",
"is_bakeable": 1,
"is_editable": 1
}Response
Newly created annotation category
Example response
{
"name": "Kick",
"import_name": "play_type_kick",
"start_offset": 15,
"end_offset": 2,
"default_color": "#A55F7B",
"is_bakeable": 1,
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59",
"is_editable": 1
}