CareerOS Partners API
One API for your
CareerOS data.
Students, resumes, career profiles, alumni, and jobs — a stable REST surface for your data warehouse, CRM, or campus systems. One token, every resource.
$ curl 'https://api.partners.thecareeros.com/v1/students?limit=2' \
-H "Authorization: Bearer $TOKEN"
[
{
"first_name": "Alex",
"last_name": "Doe",
"email": "alex.doe@example.edu",
"graduation_date": "2026-06-15",
"cohort_name": "MBA 2026",
"status": "active"
},
...
] Secure by construction
Tenant isolation is enforced inside the database, beneath the API layer. Your token can only ever see your universities' data — no filter, header, or query trick changes that.
Stable, versioned contract
v1 only ever adds. We never remove columns or change the meaning of a shipped field — breaking changes would ship as a parallel v2 with 6+ months of overlap.
Query, don't paginate blindly
Filter on any column, project just the fields you need, sort server-side. Powered by PostgREST — the same operators on every resource.
Nine resources, one query language
/v1/students Roster with cohort, status, and graduation — the only writable resource.
/v1/resumes Every base resume with AI score, review status, and full content.
/v1/student_profiles Structured career profiles: summary, experience, skills.
/v1/onboarding Career goals per student: dream job, industry, location.
/v1/alumni Alumni directory with current position where known.
/v1/jobs Every posting your students see — employer, advisor, and aggregated.
/v1/cohorts Programme cohorts with intake, degree, and campus.
/v1/campuses Physical campuses for multi-campus schools.
/v1/universities The universities your token spans.
Ready to integrate?
Existing partners: your token works right now — start with the quickstart. Not a partner yet? Talk to us.