Skip to main content
POST
/
features
/
review-enhancement
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/features/review-enhancement \
  --header 'Content-Type: application/json' \
  --data '
{
  "review_text": "<string>",
  "review_id": "<string>"
}
'
{
  "review_text": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hobbo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Review enhancement parameters

review_text
string
required

Content of the review

review_id
string | null

Identifier

tone
enum<string> | null

Tone to apply

Available options:
professional,
friendly,
enthusiastic,
balanced,
casual

Response

Review enhanced successfully

review_text
string

Content of the review