# Compute cluster labels * **URL**: `/api/v0/clustering//` * **Method**: `GET` **URL Params**: None * **Data Params**: - `n_top_words`: keep only most relevant `n_top_words` words - `label_method`: str, default='centroid-frequency' the method used for computing the cluster labels * **Success Response**: `HTTP 200` {"labels": , "cluster_terms": , "htree": {"n_leaves": , "n_components": , "children": } # only for ward HC }