Skip to main content
POST
Create Education

Overview

The Create Education endpoint lets you add a new education entry to your Mokaru account. Common use cases:
  • AI agent profile building - automatically add education extracted from a LinkedIn profile or resume.
  • Profile completion - add education details to strengthen your career profile.
  • Bulk import - add education entries from a spreadsheet or external system.
Scope required: education:write | Rate limit: 20 requests/min

Request

Body Parameters

string
required
School or institution name (max 200 characters)
string
required
Degree type, e.g. “Bachelor of Science” (max 200 characters)
string
Field of study, e.g. “Computer Science” (max 200 characters)
string
Location of the institution (max 200 characters)
string
ISO 8601 datetime, e.g. “2018-09-01T00:00:00Z”
string
ISO 8601 datetime (null or omit if currently enrolled)
boolean
Whether currently enrolled (default: false)
string
Additional details
string
Grade or classification (max 50 characters)
number
GPA value

Query Parameters

string
Target a specific resume by its id (from list-resumes). Omit to use your base/default resume; the resume must be self-contained.

Example

Response

boolean
Whether the education was created
string
The new education entry’s unique ID