开放获取
API
免费、只读的 JSON 接口,涵盖本站发布的所有内容——指南、术语表、目录、资源、资讯及确定性工具——由我们的缓存提供服务。无需密钥。仅供教育参考,不构成任何建议。
/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
家族办公室构建器的 API 版本 — 提交答案,获取示例架构。
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
成本估算器的 API 版本 — 提供说明性区间,逐项透明列示。
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
成熟度自我评估的 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"}'
回复采用信封格式 {"data": ..., "meta": {...}} — meta 包含数量、时间戳、来源说明及固定免责声明。缓存约 2 分钟;CORS 开放;请合理控制请求频率。