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"}'