Create Category

Create a new category

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
Name of the category
color_hexstringOptional

Hex color code for the category (e.g.,

descriptionstringOptional
Optional description to help categorize transcripts.
auto_tag_enabledbooleanOptional
Whether to automatically tag transcripts that match this category.

Response

This endpoint returns an object.
idUUID
Unique identifier for the category
namestring
Name of the category
color_hexstring
Hex color code for the category
created_atdatetime
When the category was created
descriptionstring
Optional description to help categorize transcripts
auto_tag_enabledboolean

Whether auto-tagging is enabled for this category

transcription_countinteger
Number of transcriptions in this category

Errors

409
Category Already Exists