職缺投稿
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).
請求內容
urlstring 必填- The job posting URL to parse.
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"}'{ "data": { "title": "Senior Go Engineer", "company": "Acme", "location": "Remote — EU", "description": "...", "work_mode": "remote", "employment_type": "full_time", "seniority": "senior", "skills": ["go"], "source": "greenhouse" } }