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

Classifier

List classifiers for a system

get

Retrieves classifiers for the selected system, visible to the current user.

Path parameters
system_idintegerRequired

System ID

Responses
200

Classifier list response

application/json
get/api/systems/{system_id}/classifiers

Create a classifier for a system

post

Creates a new classifier in the selected system.

Path parameters
system_idintegerRequired

System ID

Body
Responses
201

Classifier created

application/json
post/api/systems/{system_id}/classifiers

Delete a classifier

delete

Deletes the specified classifier from the selected system.

Path parameters
system_idintegerRequired

System ID

idintegerRequired

Classifier ID

Responses
204

Classifier deleted

No content

delete/api/systems/{system_id}/classifiers/{id}

No content

Last updated