Body
application/json
Customer review text to be processed and split into chunks
Response
Review chunks generated successfully
List of keywords
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>"
]
}
Split customer reviews into useful chunks
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>"
]
}
Customer review text to be processed and split into chunks
Review chunks generated successfully
List of keywords