curl --request POST \
--url https://api.hobbo.ai/public/v1/wol-review-selection \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"feeds": [
{}
],
"number_of_feeds_to_filter": 123
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Filter and select the most relevant reviews from your collection. Our AI analyzes content quality and sentiment to identify the most valuable feedback.
curl --request POST \
--url https://api.hobbo.ai/public/v1/wol-review-selection \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"feeds": [
{}
],
"number_of_feeds_to_filter": 123
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Review selection parameters
The body is of type object
.
Reviews selected successfully
The response is of type object
.