Skip to main content
POST
/
public
/
v1
/
wol-review-selection
cURL
curl --request POST \
  --url https://api.hobbo.ai/public/v1/wol-review-selection \
  --header 'Content-Type: application/json' \
  --data '{
  "feeds": [
    {}
  ],
  "number_of_feeds_to_filter": 123
}'
{
  "status": 200,
  "data": {},
  "success": true,
  "message": "<string>"
}

Body

application/json

Review selection parameters

feeds
object[]
required

Array of feedback objects containing review data

number_of_feeds_to_filter
number
required

Number of reviews to select from the provided feeds

Response

Reviews selected successfully

status
integer

HTTP status code

data
object
success
boolean

Indicates if the operation was successful

message
string

Response message