Skip to main content
POST
/
features
/
form-review-suggestion
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/features/form-review-suggestion \
  --header 'Content-Type: application/json' \
  --data '
{
  "form_title": "<string>",
  "form_id": "<string>",
  "form_description": "<string>",
  "user_instruction": "<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

Form review suggestion parameters

form_title
string
required

Title of the review

form_id
string | null

Identifier

form_description
string | null

Details about the review author

user_instruction
string | null

User guidelines

tone
enum<string> | null

Tone to apply

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

Response

Review suggestion generated successfully

review_text
string

Content of the review