Skip to main content
GET
/
api
/
v1
/
logos
/
private
Fetch Private Company Logo
curl --request GET \
  --url 'https://api.finvera.news/logos/api/v1/logos/private?apikey='
{
  "id": "logo_01HKQXR8M3GQVZP4N9RT2YS5BD",
  "domain": "stripe.com",
  "logos": [
    {
      "type": "svg",
      "url": "https://assets.finvera.ai/private/svg/stripe.com.svg"
    },
    {
      "type": "png",
      "url": "https://assets.finvera.ai/private/png/stripe.com.png"
    },
    {
      "type": "webp",
      "url": "https://assets.finvera.ai/private/webp/stripe.com.webp"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.finvera.ai/llms.txt

Use this file to discover all available pages before exploring further.

{
  "id": "logo_01HKQXR8M3GQVZP4N9RT2YS5BD",
  "domain": "stripe.com",
  "logos": [
    {
      "type": "svg",
      "url": "https://assets.finvera.ai/private/svg/stripe.com.svg"
    },
    {
      "type": "png",
      "url": "https://assets.finvera.ai/private/png/stripe.com.png"
    },
    {
      "type": "webp",
      "url": "https://assets.finvera.ai/private/webp/stripe.com.webp"
    }
  ]
}

Authorizations

apikey
string
query
required

Query Parameters

id
string

Stable logo ID returned by a previous call to this endpoint.

Example:

"logo_01HKQXR8M3GQVZP4N9RT2YS5BD"

domain
string

Web domain of the company (e.g. stripe.com). Scheme and path are stripped automatically.

Example:

"stripe.com"

lei
string

20-character Legal Entity Identifier (LEI).

Example:

"549300TRUWO2CD2G5692"

Response

Logo resolved successfully

id
string

Stable identifier for this logo. Can be used in future requests via the id parameter.

Example:

"logo_01HKQXR8M3GQVZP4N9RT2YS5BD"

domain
string

Canonical web domain associated with the company.

Example:

"stripe.com"

lei
string | null

LEI that was used to resolve the logo, if the request was made by LEI.

Example:

"549300TRUWO2CD2G5692"

logos
object[]

Available logo assets for this company.