curl -X POST https://api.hirepanda.com/api/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Senior Software Engineer",
"department": "Engineering",
"location": {
"type": "remote",
"country": "US"
},
"description": "We are looking for a Senior Software Engineer...",
"requirements": [
"5+ years of experience",
"Strong JavaScript skills",
"React expertise"
],
"skills": ["JavaScript", "React", "Node.js", "TypeScript"],
"experience_level": "senior",
"employment_type": "full_time",
"salary": {
"min": 120000,
"max": 180000,
"currency": "USD",
"period": "yearly"
},
"assessment_config": {
"auto_generate": true,
"question_count": 10,
"time_limit": 300,
"question_types": ["ranksort", "multiple_choice"]
},
"publish": true
}'