curl --request POST \
--url https://py-api.hobbo.ai/features/domain-to-asset \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"favicon_only": true
}'
{
"favicon_url": "<string>",
"logo_url": "<string>",
"widget_button_color": "<string>",
"widget_page_background_color": "<string>"
}
Extracts branding assets such as favicon, logo, and theme colors from a given domain URL.
curl --request POST \
--url https://py-api.hobbo.ai/features/domain-to-asset \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"favicon_only": true
}'
{
"favicon_url": "<string>",
"logo_url": "<string>",
"widget_button_color": "<string>",
"widget_page_background_color": "<string>"
}
Domain to asset extraction parameters
The body is of type object
.
Assets extracted successfully
The response is of type object
.