Skip to main content
POST
/
features
/
domain-to-asset
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/features/domain-to-asset \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "favicon_only": true
}'
{
  "logo_url": "<string>",
  "favicon_url": "<string>",
  "widget_page_background_color": "<string>",
  "widget_button_color": "<string>"
}

Body

application/json

Domain-to-asset parameters

query
string
required

URL of the domain to extract information from

favicon_only
boolean | null

Return only favicon if true

Response

Assets extracted successfully

logo_url
string | null

URL of the review video thumbnail

favicon_url
string | null

URL of the review video thumbnail

widget_page_background_color
string | null

Color hex code

widget_button_color
string | null

Color hex code