Skip to main content
POST
Create Award

Overview

Add a new award or honor to the authenticated user’s base resume. Common use cases:
  • AI agent profile building - automatically add awards extracted from a resume or LinkedIn.
  • Career tracking - log a new award when received.
  • Bulk import - add multiple honors from a spreadsheet.
Scope required: awards:write | Rate limit: 20 requests/min

Request

Body Parameters

string
required
Award name (max 200 characters)
string
Issuing organisation (max 200 characters)
string
Free-text description
string
ISO 8601 date string when the award was received (e.g. “2024-12-01”)

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

boolean
Always true on successful creation
string
The created award id