Developer API
Build hiring intelligence into your platform. Generate personalized missions that adapt to every candidate's background — no prompt engineering required.
// Generate a technical mission (async with polling) curl -X POST /api/client/generate-missions \ -H "X-Api-Key: vlr_your_key" \ -H "Content-Type: application/json" \ -d '{ "resume_json": { "skills": ["react", "node"] }, "mission_prompt": "System design challenge", "type": "technical", "difficulty": "Advanced", "industry": "Technology" }'
API Endpoints
POST /api/client/generate-missionstype: non-technical
Behavioral and strategic missions that adapt to each candidate's background, role, and experience level.
POST /api/client/generate-missionstype: technical
Full code challenges with starter code, automated test suites, and IDE-ready problems via the V3 engine.
POST /api/client/score-submissionsubmission_text + task_responses
Score written submissions for scenario-based missions — strategy, marketing, product, leadership, and business cases.
POST /api/client/score-submissioncode + test_results
Score code submissions with test results, multi-dimensional grading, and detailed engineering feedback.
Integration Flow
Create a developer account and get your key instantly
$ curl -H 'X-Api-Key: vlr_...' .../api/client/generate-missionsSend resume + context to generate personalized assessments
$ POST /api/client/generate-missions { resume_json, mission_prompt }Submit candidate responses for AI-powered scoring & feedback
$ POST /api/client/score-submission { mission_title, submission_text }Zero Maintenance
We handle the complex infrastructure so you can focus on your candidate experience.