POST
/
features
/
domain-to-asset
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Domain to asset extraction parameters

The body is of type object.

Response

200
application/json

Assets extracted successfully

The response is of type object.