curl --request POST \
--url https://api.hobbo.ai/tools/review-text-generator \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"customer_business_name": "<string>",
"customer_business_type": "<string>",
"customer_business_subtype": "<string>",
"customer_business_context": "<string>",
"customer_business_location": "<string>",
"customer_business_language": "<string>",
"keywords": [
"<string>"
]
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Generate authentic-sounding customer reviews for your business based on your business details and keywords.
curl --request POST \
--url https://api.hobbo.ai/tools/review-text-generator \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"customer_business_name": "<string>",
"customer_business_type": "<string>",
"customer_business_subtype": "<string>",
"customer_business_context": "<string>",
"customer_business_location": "<string>",
"customer_business_language": "<string>",
"keywords": [
"<string>"
]
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Review text generation parameters
The body is of type object
.
Review text generated successfully
The response is of type object
.