經驗資料庫

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

Record a new achievement.

The only route besides the assistant’s own tool that can add evidence outside a chat session, which is why provenance is forced to manual regardless of what the body sends — an authenticated POST with no chat transcript behind it can only honestly be the owner’s own words. When the account has opted into requiring it, an empty context is a 400.

請求內容

claim string 必填
The sentence a CV bullet would carry.範例 Cut p99 checkout latency 40%
employment_id string (uuid)
The place this achievement belongs under; omit to leave it unplaced.
context string
How it was done — raw material for reframing toward a vacancy.
metrics string[]
Numbers backing the claim.範例 ["12k rps", "40%"]
skills string[]
Skills this achievement demonstrates.
source_ref string
Where this came from, for your own reference.
curl
curl -X POST "https://freehire.me/api/v1/me/experience/atoms" \
  -H "Authorization: Bearer $FREEHIRE_API_KEY" -H 'Content-Type: application/json' \
  -d '{"claim":"Cut p99 checkout latency 40%","employment_id":"3fa8…","metrics":["40%","12k rps"]}'
json — response
{ "data": { "id": "88b1…", "employment_id": "3fa8…", "claim": "Cut p99 checkout latency 40%", "metrics": ["40%", "12k rps"], "provenance": "manual" } }

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

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

A new version of freehire is available