A simple, company-scoped REST API for accessing your job postings programmatically. Authenticate with an API key and connect HireFlock to your own systems in minutes.
curl https://api.hireflock.ai/v1/jobs \
-H "Authorization: Bearer hf_live_your_key_here"
Predictable, secure, and stable. Everything you need to integrate HireFlock and nothing you don't.
Create and revoke keys from the HireFlock dashboard. Send them as a Bearer token or x-api-key header.
Every key only ever sees its own company's data. No cross-tenant access, ever.
Consistent JSON envelopes, clear error codes, and simple page-based pagination.
Per-key rate limiting and a versioned /v1 surface you can rely on.
A focused surface today, growing over time. Full reference lives in the interactive docs.
Grab an API key from your HireFlock dashboard and make your first request in under a minute.