> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cnpj-api.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Logos & Websites

> Logo, favicon, and websites associated with a CNPJ

<ParamField path="cnpj" type="string" required>
  CNPJ number without punctuation (14 digits). Example: `90400888000142`
</ParamField>

<ParamField query="token" type="string">
  Authentication token. Preferred authentication method.
</ParamField>

## What's included

Returns the logo, icon (favicon), and websites associated with a CNPJ. Images are served via a proprietary CDN. Not all CNPJs have associated logos or websites.

Limited to 5 queries per minute for free tokens. See [Rate Limits](/en/limites-de-uso).

<RequestExample>
  ```bash cURL theme={null}
  curl "https://api.cnpj-api.com/v1/logos/90400888000142?token=YOUR_TOKEN"
  ```
</RequestExample>
