Skip to main content
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 jobTitle derived from the user’s default resume
  • Collections: skills, workExperiences, educations, plus 8 sections: summaries, projects, certificates, awards, publications, interests, jobTitles, customSections
The collections return your base (default) resume’s content - the canonical content that new resumes are copied from. To read another resume’s content, fetch it via GET /v1/resume/:id.
Scope required: profile:read | Rate limit: 30 requests/min

Request

Example

Response

The response is wrapped in { data: {...} }.

Notes

  • jobTitle (singular) comes from the user’s default resume’s jobTitle field. Use jobTitles (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.startDate and .endDate are free-form YYYY-MM strings (not ISO datetime).