Moderator jobs
POST /jobs Moderator
Create a curated job.
Body
urlstring required- Link to the posting.Example
https://acme.com/careers/123 sourcestring- Source label.Example
manual titlestring required- Job title.Example
Senior Go Engineer companystring required- Company name.Example
Acme locationstring- Free-text location.
remoteboolean- Whether the role is remote.
descriptionstring- Job description.
posted_atstring (RFC3339)- Posting date.
curl -X POST "https://freehire.dev/api/v1/jobs" \
-H "Authorization: Bearer $MODERATOR_API_KEY" \
-H 'Content-Type: application/json' \
-d '{"url":"https://acme.com/careers/123","title":"Senior Go Engineer","company":"Acme"}'{ "data": { "public_slug": "senior-go-engineer-acme-1a2b", "title": "Senior Go Engineer", "manually_added": true } }