Quickstart

Get started with the hellobrand.dev API in minutes.

1. Get your API key

Sign up and get your API key from the dashboard:

Get API Key

2. Make your first request

curl https://api.hellobrand.dev/v1/retrieve?domain=stripe.com \
  -H "x-api-key: YOUR_API_KEY"

3. Parse the response

{
  "domain": "stripe.com",
  "name": "Stripe",
  "description": "Online payment processing for internet businesses",
  "logo": {
    "url": "https://cdn.hellobrand.dev/stripe.com/logo.png",
    "palette": ["#635BFF", "#FFFFFF"]
  },
  "social": {
    "x": "stripe",
    "linkedin": "company/stripe"
  },
  "confidence": 0.98,
  "sources": [{
    "type": "jsonld",
    "url": "https://stripe.com",
    "seen_at": "2025-10-16T12:00:00Z"
  }],
  "updated_at": "2025-10-16T12:00:00Z"
}