Body
application/json
UI/UX recommendations
The URL of the image to analyze for UI/UX recommendations
curl --request POST \
--url https://api.hobbo.ai/public/v1/ui-auditor \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>"
}'{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}Get AI-powered UI/UX recommendations to improve design and accessibility.
curl --request POST \
--url https://api.hobbo.ai/public/v1/ui-auditor \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>"
}'{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}UI/UX recommendations
The URL of the image to analyze for UI/UX recommendations