Talent Network

GET /talent-network/{publicID} 公開

The public, shareable Talent Network profile page.

A hidden (off) profile and a nonexistent id answer an identical 404 — the route never lets a caller distinguish the two. full_name is present only in public mode; anonymous omits it entirely.

路徑參數

publicID string (uuid) 必填
The candidate’s talent_network_public_id.範例 5b1e2b7a-9c3d-4e21-8f0a-1234567890ab
curl
curl "https://freehire.me/api/v1/talent-network/5b1e2b7a-9c3d-4e21-8f0a-1234567890ab"
json — response
{
  "data": {
    "full_name": "Jane Doe",
    "specializations": ["backend"],
    "skills": ["go", "postgresql"],
    "cv": { "...": "..." }
  }
}

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

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

A new version of freehire is available