Get Profile
Profile
Get Profile
Retrieve your full career profile in one call
GET
Get Profile
Overview
Returns the entire career profile in a single call. Useful for AI agents that need full context (cover letter writing, interview prep, profile analysis) without having to fetch each section separately. Includes:- Scalar fields: name, contact info, summary, sector, social links, plus a
jobTitlederived from the user’s default resume - Collections:
skills,workExperiences,educations, plus 8 sections:summaries,projects,certificates,awards,publications,interests,jobTitles,customSections
GET /v1/resume/:id.
Scope required:
profile:read | Rate limit: 30 requests/minRequest
Example
Response
The response is wrapped in{ data: {...} }.
Notes
jobTitle(singular) comes from the user’s default resume’sjobTitlefield. UsejobTitles(plural) for the multi-title career-identity list.- All collections return your base (default) resume’s content - the canonical content that new resumes are copied from. Other resumes own their own content - fetch via
GET /v1/resume/:id. - Dates are ISO 8601 strings.
customSections.items.startDateand.endDateare free-form YYYY-MM strings (not ISO datetime).
