Create Resume Share
Resume Sharing
Create Resume Share
Create a public share link for a resume
POST
Create Resume Share
Documentation Index
Fetch the complete documentation index at: https://docs.mokaru.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Generate a public share link for a resume. The endpoint snapshots the resume’s current cvData, design settings, section order and optional fields into aEmpResumeShare row so the shared page renders the state at share-creation time, independent of later edits to the underlying resume.
If a share already exists for this resume, the existing link is returned (upsert behaviour).
Common use cases:
- Send your CV without a PDF - share a live web URL instead of attaching a file.
- Privacy-respecting share - blur company names, institutions, LinkedIn, etc. via
blurOptions. - AI agent application flow - autofill the recruiter’s contact form with a Mokaru share link.
Scope required:
resume:share | Rate limit: 10 requests/minRequest
Path Parameters
Resume id to share.
Body Parameters
Privacy toggles. Each truthy key blurs the corresponding field on the public view.
Example
Response
Whether the share was created (or returned).
Share row ID (used in the URL).
Public URL, e.g.
https://app.mokaru.ai/share/abc123.ISO 8601 timestamp of when this share was originally created.
true if an existing share for this resume was returned instead of creating a new one.