Attempts to retrieve a company logo by its domain. Cached logos are stored in MySQL for 90 days before they are refreshed via the logo.dev API.
This endpoint supports both JSON and PNG responses.
The path should contain the domain name.
Example: google.com
If the logo cannot be served and a PNG response is requested, a magnifying-glass fallback icon is returned.
Pass a static API key for every request, provided by your customer support.
The domain name for the logo request (e.g., company-domain.com) The domain name for the logo request (e.g., company-domain.com)
Content type for the image endpoint. Defaults to 'image/png'. Use 'application/json' to get base64 encoded image. Content type for the image endpoint. Defaults to 'image/png'. Use 'application/json' to get base64 encoded image.
image/png, application/json