Explain classifier
curl --request GET \
--url https://product-api.thedatacity.com/api/v2/classification/explain-classifier \
--header 'Authorization: Bearer <token>'{}classification
Explain classifier
Explain classifier.
GET
/
v2
/
classification
/
explain-classifier
Explain classifier
curl --request GET \
--url https://product-api.thedatacity.com/api/v2/classification/explain-classifier \
--header 'Authorization: Bearer <token>'{}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Semicolon-separated company numbers (positive training set).
Semicolon-separated company numbers (negative training set).
Response
200 - application/json
Classifier explanation from the product API.
JSON object returned from the upstream product API with no extra shaping by this gateway. Exact properties depend on the operation. Fields may be omitted when the token lacks optional scopes (see config/api.php scope_field_map).
Last modified on June 8, 2026
⌘I