Skip to main content
POST
/
public
/
v1
/
ui-auditor
cURL
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>"
}

Body

application/json

UI/UX recommendations

url
string
required

The URL of the image to analyze for UI/UX recommendations

Response

UI audit completed successfully!

status
integer

HTTP status code

data
string

AI-powered UI/UX improvement recommendations

success
boolean

Indicates if the operation was successful

message
string

Response message