職缺
GET /jobs/{slug}/apply-form 公開
The captured ATS application form for the posting.
The questions a candidate will have to answer, shaped for reading. Only captured for a minority of postings (roughly a sixth of technical ATS platforms are readable at all) — no captured form is a 404, distinguishable from an unknown slug (also 404, but at the job lookup rather than the form lookup).
路徑參數
slugstring 必填- 職缺
public_slug。範例senior-go-engineer-acme-1a2b
curl "https://freehire.me/api/v1/jobs/senior-go-engineer-acme-1a2b/apply-form"{
"data": {
"provider": "greenhouse",
"basics": ["resume", "phone", "linkedin"],
"questions": [ { "text": "Why do you want to work here?", "required": true } ]
}
}