Body
application/json
Form review suggestion parameters
Response
Review suggestion generated successfully
Content of the review
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>"
}
Generate a review suggestion for a form using title, context, and desired tone.
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>"
}
Form review suggestion parameters
Review suggestion generated successfully
Content of the review