API
Truy cập JSON miễn phí, chỉ đọc toàn bộ nội dung trang xuất bản — hướng dẫn, thuật ngữ, danh mục, tài nguyên, tin tức và các công cụ xác định — được phục vụ từ bộ nhớ cache của chúng tôi. Không cần khóa API. Chỉ mang tính chất thông tin giáo dục, không phải tư vấn.
/articles
The guide catalog: slug, title, section, summary
curl "https://buildafamilyoffice.ai/api/v1/articles?section=build"
/article/{slug}
One full guide as plain text with FAQ and related slugs
curl "https://buildafamilyoffice.ai/api/v1/article/what-is-a-family-office"
/glossary
Every term with its short definition
curl "https://buildafamilyoffice.ai/api/v1/glossary?q=trust"
/glossary/{slug}
One term with its full explanation
curl "https://buildafamilyoffice.ai/api/v1/glossary/single-family-office"
/directory
Curated real organizations, link-verified
curl "https://buildafamilyoffice.ai/api/v1/directory?category=Portfolio%20Reporting%20Software"
/resources
Books, reports, associations, podcasts, education
curl "https://buildafamilyoffice.ai/api/v1/resources?kind=book"
/checklist
The how-to-start checklist, phase by phase
curl "https://buildafamilyoffice.ai/api/v1/checklist"
/news
Latest headlines — each links to its publisher
curl "https://buildafamilyoffice.ai/api/v1/news?limit=20"
/maturity
The five-stage maturity model
curl "https://buildafamilyoffice.ai/api/v1/maturity"
/search
Search guides, glossary, and directory
curl "https://buildafamilyoffice.ai/api/v1/search?q=trust"
POST /tools/builder
Family Office Builder dưới dạng API — gửi câu trả lời, nhận cấu trúc ví dụ.
curl -X POST "https://buildafamilyoffice.ai/api/v1/tools/builder" -H "Content-Type: application/json" -d '{"assets":"30-100","entities":"11-25","trusts":"1-3","realestate":"6-20","opco":"1","members":"3-6","generations":"2","intl":"no","privates":"some","philanthropy":"daf","staffpref":"open","priorities":["invest","report"]}'
POST /tools/cost
Cost Estimator dưới dạng API — các mức chi phí minh họa, được liệt kê chi tiết và minh bạch.
curl -X POST "https://buildafamilyoffice.ai/api/v1/tools/cost" -H "Content-Type: application/json" -d '{"roles":{"fomanager":1,"controller":1,"ea":1},"opex":["office","reporting","cpa","legal","insurance"]}'
POST /tools/maturity
Bài tự đánh giá trưởng thành dưới dạng API.
curl -X POST "https://buildafamilyoffice.ai/api/v1/tools/maturity" -H "Content-Type: application/json" -d '{"reporting":"advisor","people":"small","entities":"chart","cash":"regular","governance":"meetings","security":"mfa","travel":"advisor"}'