For developers & integrators
Integrate with CoParentOS
The Open Import API lets co-parenting platforms, legal tech tools, and data portability services import records directly into CoParentOS. Standard format, open specification, zero lock-in.
One format, any platform
The Open Import API provides a standard JSON schema for co-parenting records — messages, expenses, calendar events, notes, and call logs. Any platform that exports data in this format can integrate with CoParentOS in minutes.
Import endpoints require user authentication
Auto-detects source platform from data structure
Graceful parsing — partial imports are supported
Full API spec available at GET /api/import/spec
Quick start
1. GET the spec
GET /api/import/spec2. POST your data
POST /api/import/parse3. Parse and preview
Get a structured preview before inserting records
Design principles
All timestamps use ISO 8601 format with timezone offset
Missing fields are treated as optional — the parser is lenient
Unknown fields are silently ignored for forward compatibility
Amounts are in Australian Dollars (AUD)
Platform source is preserved for audit trail
Partial imports are supported — what parses gets imported, warnings logged for the rest
Import never overwrites existing CoParentOS data
Each import is tracked with source platform and timestamp
Ready to integrate?
If you're building a co-parenting platform, legal tech tool, or data portability service, we'd love to work with you. The API is open and free to use.
