For the complete documentation index, see llms.txt. This page is also available as Markdown.

Labels

Delete label

delete

Deletes the label identified by the given ID.

Path parameters
idintegerRequired

Label ID

Responses
204

Label deleted

No content

delete/api/labels/{id}

No content

Delete label by name

delete

Deletes the label matching the provided name.

Body
namestringRequired
Responses
204

Label deleted

No content

delete/api/labels/search_delete_one

No content

List labels

get

Retrieves all labels available to the current user.

Responses
200

List labels

application/json
get/api/labels

Create label

post

Creates a new label with the provided name.

Body
namestringRequired
Responses
201

Label created

application/json
post/api/labels

Last updated