Overview
At the time of account creation, we ask for your organization domain. We use Clearbit for their logo API to automatically pull logo information. Using the logo API found here, we look up the company, extract the logo from the company domain, and apply it to your account.
If there is no company URL supplied at the time of sign up, we can also pull the domain from the billing address of the account.
How it Works and How to Update it
The logo API fetches the page at the given domain and then looks for appropriate metadata tags on the page. The meta tag it looks for looks something like the following:
<meta property="og:logo" content="your_logo.png">
Inserting this code into the <head>
of your website will allow us to pull that logo from your site. This will enable you to see your logo when you login to the imgix dashboard.This also control what logo is pulled for the API.
Updating the logo happens immediately as soon as the API is able to pull the code from the specified domain.
Additionally, you can change the website entered in your Account Details section, which can also effectively update your logo to the adjusted domain.