投票、通知與討論

POST /jobs/{slug}/vote 工作階段或 API 金鑰

對工作進行投票。

路徑參數

slug string 必填
職缺 public_slug

請求內容

value integer 必填
1-1
curl
curl -X POST "https://freehire.me/api/v1/jobs/senior-backend-engineer-acme-1a2b/vote" \
  -H "Authorization: Bearer fhk_…" -H 'Content-Type: application/json' -d '{"value":1}'
json — response
{ "data": { "score": 14, "my_vote": 1 } }

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

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

A new version of freehire is available