v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resume Sharing

Get public resume by username and slug

Returns a publicly shared resume identified by the owner's username and the resume's slug. If the resume is password-protected and the viewer has not yet verified the password, a 401 error with code NEED_PASSWORD is returned. No authentication required for public resumes; if authenticated as the owner, private resumes are also accessible.

get/resumes/{username}/{slug}

Path parameters

usernamestring required
slugstring required

Response

The public resume with its full data.

idstring required

The ID of the resume.

slugstring required

The slug of the resume.

tagsstring[] required

The tags of the resume.

isPublicboolean required

Whether the resume is public.

isLockedboolean required

Whether the resume is locked.

namestring required