curl --request POST \
--url https://py-api.hobbo.ai/tiktok/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint is used to fetch reviews from tiktok for a specified business.
curl --request POST \
--url https://py-api.hobbo.ai/tiktok/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}