API Documentation
Generative AI API
Scrapper API
- POSTAirbnb Reviews
- POSTApartments.com Reviews
- POSTApp Store Reviews
- POSTApple Podcast Reviews
- POSTAppsumo Reviews
- POSTBooking.com Attraction Reviews
- POSTChrome Extension Reviews
- POSTCoursera Reviews
- POSTFreelancer Reviews
- POSTFresha Reviews
- POSTGoodreads Reviews
- POSTGoogle Play Store Reviews
- POSTGumroad Reviews
- POSTHeal.me Reviews
- POSTHomeStars.com Reviews
- POSTIMDB Reviews
- POSTItalki Reviews
- POSTOyo Reviews
- POSTPeoplePerHour Offer Reviews
- POSTProduct Hunt Reviews
- POSTProduct Hunt Launch Reviews
- POSTRealtor.com Reviews
- POSTRotten Tomatoes Reviews
- POSTShopify Appstore Reviews
- POSTSkillShare Reviews
- POSTThemeforest Reviews
- POSTThemeforest Comments
- POSTTripadvisor Reviews
- POSTTrustpilot Reviews
- POSTUdemy Reviews
- POSTWordPress Plugin Reviews
- POSTYelp Reviews
- POSTYouTube Reviews
- POSTZillow Reviews
- POSTZomato Reviews
Generative AI API
Review to Image
Convert customer reviews into branded images with customizable elements like logos and background photos.
POST
/
tools
/
review-to-image
curl --request POST \
--url https://api.hobbo.ai/tools/review-to-image \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--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>"
}
Authorizations
Body
application/json
Review text generation parameters
The body is of type object
.
Response
200
application/json
Review image generated successfully
The response is of type object
.
curl --request POST \
--url https://api.hobbo.ai/tools/review-to-image \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--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>"
}
Assistant
Responses are generated using AI and may contain mistakes.