Skip to main content
POST
/
tools
/
image-to-review
cURL
curl --request POST \
  --url https://api.hobbo.ai/tools/image-to-review \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "https://medcampus.it/wp-content/uploads/2025/04/Alessia-Pacchioli.png",
  "image_id": 123
}
'
{
  "author_profile_image_base64": "<string>",
  "customer_company": "<string>",
  "customer_designation": "<string>",
  "customer_details": "<string>",
  "customer_email": "<string>",
  "customer_name": "<string>",
  "review_date": "<string>",
  "review_rating": 123,
  "review_text": "<string>",
  "review_title": "<string>",
  "username": "<string>"
}

Body

application/json

Image-to-review extraction parameters

query
string
required

Publicly accessible URL of the review image.

image_id
integer
required

Identifier of the review image or template to process.

Response

Review information extracted successfully

author_profile_image_base64
string

Base64 encoded profile image of the reviewer.

customer_company
string

Company associated with the reviewer.

customer_designation
string

Designation or job title of the reviewer.

customer_details
string

Additional reviewer details such as location.

customer_email
string

Reviewer email address.

customer_name
string

Name of the reviewer.

review_date
string

Date and time when the review was submitted.

review_rating
number

Star rating parsed from the review.

review_text
string

Full text of the extracted review.

review_title
string

Title or headline of the review.

username
string

Username or handle of the reviewer.