POST
/
tools
/
review-text-generator
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Review text generation parameters

The body is of type object.

Response

200
application/json

Review text generated successfully

The response is of type object.