應徵郵件

POST /me/tracking/{slug}/mail-recall 工作階段或 API 金鑰

Sweep your connected mailbox for mail belonging to this application.

For an application whose mail arrived before you connected an inbox, or that a sync missed. Runs an LLM pass over your mailbox and returns matches as suggestions — it never links or writes the ledger itself; confirm a pick with POST /me/tracking/{slug}/mail-recall/link. Rate-limited. A 503 when no mail gateway is configured, a 502 when the model call fails.

路徑參數

slug string 必填
職缺 public_slug
curl
curl -X POST "https://freehire.me/api/v1/me/tracking/<slug>/mail-recall" -H "Authorization: Bearer $FREEHIRE_API_KEY"
json — response
{
  "data": {
    "scanned": 340,
    "suggested": [
      { "id": 0, "provider_id": "18f2a…", "from_addr": "[email protected]", "from_name": "Acme Recruiting", "subject": "Interview invitation", "received_at": "2026-07-15T09:00:00Z", "invitation": true }
    ],
    "invitations": 1
  }
}

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

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

A new version of freehire is available