經驗資料庫

POST /me/experience/employments 工作階段或 API 金鑰

Record a new place — a job or a project.

An employment carries no claim of its own (only the atoms attached to it do), so nothing about provenance applies here. kind is job or project; a project’s name arrives as name on the wire (legacy company accepted as a fallback), a job’s as company.

請求內容

kind string 必填
job or project.範例 job
company string
The employer (jobs) — or the project name via name (see description).範例 Acme
role string
Your title.範例 Senior Backend Engineer
location string
Where you worked.
start string
Start date.範例 2023-02
end string
End date; omit with current.
current boolean
Still ongoing.
summary string
A short description of the role.
link string
Outbound URL, for a project.
stack string[]
Technologies used, printed on the CV’s per-role stack line.
curl
curl -X POST "https://freehire.me/api/v1/me/experience/employments" \
  -H "Authorization: Bearer $FREEHIRE_API_KEY" -H 'Content-Type: application/json' \
  -d '{"kind":"job","company":"Acme","role":"Senior Backend Engineer","start":"2023-02","current":true}'
json — response
{ "data": { "id": "3fa8…", "kind": "job", "company": "Acme", "role": "Senior Backend Engineer", "start": "2023-02", "current": true } }

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available