Job interactions

POST /jobs/{slug}/apply Session or API key

Mark the job as applied to.

Path parameters

slug string required
The job public_slug.
curl
curl -X POST "https://freehire.dev/api/v1/jobs/<slug>/apply" -H "Authorization: Bearer $FREEHIRE_API_KEY"
json — response
{ "data": { "job_id": 42, "applied_at": "2026-06-19T10:00:00Z" } }