Skip to main content
POST
Create Certificate

Overview

Add a new certificate or credential to the authenticated user’s base resume. Common use cases:
  • AI agent profile building - extract certifications from a LinkedIn export.
  • Career tracking - log a freshly earned certificate.
  • Verification - link to the issuing authority’s verification page.
Scope required: certificates:write | Rate limit: 20 requests/min

Request

Body Parameters

string
required
Certificate name (max 200 characters)
string
required
Issuing organisation (max 200 characters)
string
Free-text description
string
ISO 8601 date string when the certificate was issued
string
ISO 8601 date string when the certificate expires (omit if no expiry)
string
Credential ID from the issuer (max 200 characters)
string
URL to verify the certificate (max 500 characters)

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.

Response