API
hirempire-api
Powerful REST API to integrate Hirempire into your applications. Build custom solutions with enterprise-grade reliability.
View API DocumentationCreate Job Posting with cURL
curl --location --request POST \
'https://api.hirempire.com/v1/add-job' \
--header 'Authorization: Bearer YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_id": "12345",
"job_title": "Senior React Developer",
"department": "Engineering",
"job_country": "USA",
"city": "San Francisco",
"salary": 120000,
"currency": "USD",
"job_type": "Full-time",
"workplace": "Remote"
}'Core API Endpoints
GET/v1/jobs
POST/v1/add-job
GET/v1/applicants
GET/v1/get-applicant
PATCH/v1/update-job
DELETE/v1/delete-job
RESTful API
Clean, well-documented REST API that follows industry standards.
Comprehensive Docs
Detailed documentation with examples in multiple languages.
Webhooks
Real-time event notifications for application status changes.
Rate Limiting
Enterprise-grade rate limiting with clear headers and responses.
Authentication
Secure Bearer token authentication with API key management.
Sandbox Mode
Test your integration safely with our sandbox environment.