v1 · Public REST API

Build on top of your
HireFlock data.

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.

Terminal
curl https://api.hireflock.ai/v1/jobs \
  -H "Authorization: Bearer hf_live_your_key_here"
Why developers like it

A clean API, built the way you'd expect.

Predictable, secure, and stable. Everything you need to integrate HireFlock and nothing you don't.

API-key authentication

Create and revoke keys from the HireFlock dashboard. Send them as a Bearer token or x-api-key header.

Company-scoped

Every key only ever sees its own company's data. No cross-tenant access, ever.

Predictable responses

Consistent JSON envelopes, clear error codes, and simple page-based pagination.

Rate limited & stable

Per-key rate limiting and a versioned /v1 surface you can rely on.

Endpoints

Start with jobs.

A focused surface today, growing over time. Full reference lives in the interactive docs.

GET /v1/jobs List your company's job postings, newest first.
GET /v1/jobs/{id} Fetch a single job posting by id.
GET /health Liveness check (no auth).

Ready to start building?

Grab an API key from your HireFlock dashboard and make your first request in under a minute.