Skip to main content
POST
/
tools
/
review-to-image
cURL
curl --request POST \
  --url https://api.hobbo.ai/tools/review-to-image \
  --header 'Content-Type: application/json' \
  --data '{
  "user_name": "<string>",
  "user_job_title": "<string>",
  "user_company": "<string>",
  "text_review": "<string>",
  "star_rating": 123,
  "customer_brand_name": "<string>",
  "customer_brand_website": "<string>",
  "customer_brand_socialmedia_handle": "<string>",
  "customer_brand_background_photos": [
    null
  ]
}'
{
  "status": 200,
  "data": "<base64 encoded image data>",
  "success": true,
  "message": "<string>"
}

Body

application/json

Review text generation parameters

text_review
string
required

The review text content

customer_brand_name
string
required

Name of the brand being reviewed

user_name
string

Name of the reviewer

user_job_title
string

Job title of the reviewer

user_company
string

Company of the reviewer

star_rating
number

Star rating (1-5)

customer_brand_website
string

Website of the brand being reviewed

customer_brand_socialmedia_handle
string

Social media handle of the brand

Brand logo image file

customer_brand_background_photos
file[]

Background photos for the generated image

customer_reference_image
file

Reference image for styling

Response

Review image generated successfully

status
integer

HTTP status code

data
string

Base64 encoded image data

success
boolean

Indicates if the operation was successful

message
string

Response message