POSThttp://localhost:6333/collections/collection_name/points/search/groups
Path Parameters
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:6333/collections/collection_name/points/search/groups \
> -H "api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "vector": [
> 1.1
> ],
> "group_by": "group_by",
> "group_size": 1,
> "limit": 1
>}'
Response