API Documentation
Build with HealthCrew AI API
Integrate healthcare recruitment capabilities into your applications with our RESTful API.
API Keys
Secure authentication with API keys and OAuth 2.0
Fast & Reliable
99.9% uptime SLA with low latency responses
Secure
TLS encryption and HIPAA-compliant data handling
Well Documented
Comprehensive guides and code examples
Getting Started
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYBase URL
https://api.healthcrew.global/v1API Endpoints
GET
/api/v1/candidatesList all candidates with filtering and pagination
POST
/api/v1/candidatesCreate a new candidate profile
GET
/api/v1/jobsList all job postings
POST
/api/v1/placementsCreate a new placement record
Example Request
curl -X GET "https://api.healthcrew.global/v1/candidates" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Example Response
{
"data": [
{
"id": "cand_123",
"name": "Jane Smith",
"specialty": "Registered Nurse",
"status": "active"
}
],
"pagination": {
"page": 1,
"per_page": 20,
"total": 150
}
}Need Help?
Our developer support team is here to help you integrate with HealthCrew AI.
