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