Jobs
GET /jobs/{slug}/apply-form Public
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).
Path parameters
slugstring required- The job
public_slug.Examplesenior-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 } ]
}
}