POST
/
features
/
review-chunk
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/features/review-chunk \
  --header 'Content-Type: application/json' \
  --data '{
  "review_id": "<string>",
  "review_text": "<string>",
  "review_title": "<string>",
  "widget_type": "<string>"
}'
{
  "review_chunck": [
    "<string>"
  ]
}

Body

application/json

Customer review text to be processed and split into chunks

review_text
string
required

Content of the review

review_id
string | null

Review Identifier

review_title
string | null

Title of the review

widget_type
string | null

Widget type

Response

Review chunks generated successfully

review_chunck
string[]

List of keywords