連結匯入與探索

POST /me/jd/resolve 僅限工作階段

Turn a URL, pasted text, or an existing job into one usable by CV tailoring.

Exactly one of job_slug, url, or text is required. A recognized URL resolves through the same ATS-aware registry /jobs/resolve uses (a network fetch — only the url form is rate-limited); an unrecognized URL falls back to a generic scrape; pasted text is stored as a private, unlisted job. Returns the slug the tailor workspace should open — an existing job, or a freshly created private one. 404 for an unknown job_slug, 422 for a URL nothing could read.

請求內容

job_slug string
An existing job’s slug.
url string
A job posting URL.
text string
Pasted job description text.
title string
Optional hint, used only alongside text.
company string
Optional hint, used only alongside text.
curl
curl -X POST "https://freehire.me/api/v1/me/jd/resolve" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"url":"https://boards.greenhouse.io/acme/jobs/123"}'
json — response
{ "data": { "job_slug": "senior-go-engineer-acme-1a2b" } }

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

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

A new version of freehire is available