Talk Analytics API, REST: Classifiers.List
Written by
Updated at August 8, 2025
Rpc for listing classifiers in a project
HTTP request
POST https://rest-api.speechsense.yandexcloud.net/speechsense/v1/classifiers/list
Body parameters
{
"projectId": "string"
}
|
Field |
Description |
|
projectId |
string Project id |
Response
HTTP Code: 200 - OK
{
"classifiers": [
{
"id": "string",
"name": "string",
"description": "string"
}
]
}
|
Field |
Description |
|
classifiers[] |
Classifiers belonging to the given project |
Classifier
|
Field |
Description |
|
id |
string Classifier id |
|
name |
string Classifier name |
|
description |
string Classifier description |