{
"success": true,
"code": 0,
"message": "OK",
"data": {
"id": "00000000-0000-4000-8000-000000000010",
"projectId": "00000000-0000-4000-8000-000000000011",
"name": "Mock Brand",
"domain": "brand.example",
"tagline": "Mock Tagline",
"description": "This is mock brand description text for API example output.",
"logo": "https://example.com/assets/mock-logo.png",
"website": "https://brand.example",
"socials": [
{
"url": "https://social.example/mock-brand",
"platform": "MockSocial"
}
],
"keywords": [
"keyword-one",
"keyword-two",
"keyword-three"
],
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"summary": "# Mock Brand\n\n## Overview\nMock summary content for documentation examples only.\n\n## Core Value\nData shown here is anonymized and non-production.",
"competitors": [
{
"id": "00000000-0000-4000-8000-000000000012",
"domain": "competitor-a.example",
"brand": "Competitor A",
"status": "succeeded"
},
{
"id": "00000000-0000-4000-8000-000000000013",
"domain": "competitor-b.example",
"brand": "Competitor B",
"status": "succeeded"
}
]
}
}