Skip to main content

Try it free — no key needed

All search endpoints return the first page of results without an API key, so you can test the API immediately. To access page 2 and beyond, include your free API key in the x-api-key header.

Getting Your API Key

  1. Create an account at hirebase.org/signup.
  2. Find your key under Profile → API Key at hirebase.org.
  3. Include it in the x-api-key header on any request.
All requests should be made to the base URL:

Endpoints That Always Require a Key

Some endpoints require authentication on every request — even for the first page of results:
  • GET /v2/jobs/expired-jobs
  • POST /v2/jobs/export
  • All resume/embedding, task, and paid-feature endpoints

Error Responses

Unauthorized
Missing key on page 2+:
Missing key on an endpoint that always requires auth:
Invalid or revoked key:

Example Request with Authentication