post https://api.us-east-1.relevance.ai/latest/datasets//cluster/centroids/list_closest_to_center
List documents with vector fields closest to centroids.
Log in to see full request history
Response
List documents with vector fields closest to centroids.
xxxxxxxxxx
14curl --request POST \
--url https://api.us-east-1.relevance.ai/latest/datasets/dataset_id/cluster/centroids/list_closest_to_center \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"page_size": 20,
"page": 1,
"include_vector": false,
"cluster_properties_filter": {
"minimum_cluster_size": 0
}
}
'
Try It!
to start a request and see the response here! Or choose an example: