First call
Start with a realistic request you can inspect.
curl -X POST 'https://domain-brand-profile-api.linkridge.net/v1/domain/profile' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: <your-api-key>' \
-d '{
"domain": "example.com",
"timeout_seconds": 3
}'
Prefer marketplace auth? Open in RapidAPI for plans, keys, and interactive testing.
Example response
{
"domain": "example.com",
"brand_name": "Example Co",
"reachable": true,
"homepage_url": "https://example.com/",
"final_url": "https://example.com/",
"resolved_ips": ["93.184.216.34"],
"brand_summary": "Example Co makes better widgets for teams.",
"title": "Example Co - Better Widgets",
"description": "Example Co makes better widgets for teams.",
"open_graph": {
"site_name": "Example Co",
"image": "https://example.com/og.png"
},
"logo_hint": "https://example.com/og.png",
"icons": ["https://example.com/favicon.ico"],
"social_links": ["https://www.linkedin.com/company/example-co"],
"sources": ["dns", "homepage-html", "meta-tags", "links"]
}