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_id": "<string>",
  "form_title": "<string>",
  "form_description": "<string>",
  "user_instruction": "<string>",
  "tone": "professional"
}'
{
  "review_text": "<string>"
}

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