API Documentation
Generative AI API
- POSTEmail content
- POSTSentiment analysis
- POSTCapture screenshot
- POSTUI auditor
- POSTAsk for feedbacks
- POSTFeedback form generator
- POSTWebsite info
- POSTReviews Selection
- POSTReview text generator
- POSTReview to Image
- POSTVideo metadata extraction
- POSTDomain to Asset Extraction
- POSTDomain to Everything
- POSTDomain to Review
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 text generator
Generate authentic-sounding customer reviews for your business based on your business details and keywords.
POST
/
tools
/
review-text-generator
Copy
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>"
]
}'
Copy
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Authorizations
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
.
Copy
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>"
]
}'
Copy
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.