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>"
}
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' \
--header 'x-api-key: <api-key>' \
--data '{
"url": "<string>"
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
UI/UX recommendations
The body is of type object
.
UI audit completed successfully!
The response is of type object
.