curl --request POST \
--url https://app.docs.bynesoft.com/api/ask/document-relevance \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"filter": [
"<string>"
],
"hybrid": {
"active": true,
"keywords": [
"<string>"
]
},
"nearestNeighborsNum": 123
}'