POST
/
public
/
v1
/
ui-auditor
curl --request POST \
  --url https://api.hobbo.ai/public/v1/ui-auditor \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "url": "<string>"
}'
{
  "status": 200,
  "data": {},
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

UI/UX recommendations

The body is of type object.

Response

200
application/json

UI audit completed successfully!

The response is of type object.