職缺投稿

POST /submissions/prefill 工作階段或 API 金鑰

Parse a job URL into a draft submission for review before posting.

Uses the same ATS-recognition registry as /jobs/resolve, but writes nothing — no job, no submission, no credit. An unrecognized URL returns an empty object rather than an error. Rate-limited (shares the outbound-fetch budget).

請求內容

url string 必填
The job posting URL to parse.
curl
curl -X POST "https://freehire.me/api/v1/submissions/prefill" \
  -H "Authorization: Bearer $FREEHIRE_API_KEY" -H 'Content-Type: application/json' \
  -d '{"url":"https://boards.greenhouse.io/acme/jobs/123"}'
json — response
{ "data": { "title": "Senior Go Engineer", "company": "Acme", "location": "Remote — EU", "description": "...", "work_mode": "remote", "employment_type": "full_time", "seniority": "senior", "skills": ["go"], "source": "greenhouse" } }

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

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

A new version of freehire is available