Skip to main content
POST
/
tools
/
review-text-generator
cURL
curl --request POST \
  --url https://api.hobbo.ai/tools/review-text-generator \
  --header 'Content-Type: application/json' \
  --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>"
}

Body

application/json

Review text generation parameters

customer_business_name
string
required

Name of the business

customer_business_type
string
required

Type of business (e.g., Cafe, Restaurant, Hotel)

customer_business_subtype
string
required

Subtype or specialty of the business

customer_business_context
string
required

Detailed description of the business, its offerings, and unique selling points

customer_business_location
string
required

Physical address or location of the business

customer_business_language
string
required

Language in which the review should be generated

keywords
string[]

Keywords to include in the generated review (optional)

Response

Review text generated successfully

status
integer

HTTP status code

data
string

Generated review text

success
boolean

Whether the operation was successful

message
string

Status message about the review generation