cURL
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.
Domain to asset extraction parameters
The body is of type object.
object
Assets extracted successfully
The response is of type object.