Integrate 7 production-grade psychometric assessments into your HR, ATS, or ed-tech platform. REST API, signed webhooks, embeddable SDK.
POST to /api/v1/sessions with your secret key. Returns a signed session token for the candidate.
Drop in our SDK with a session token, or submit response payloads directly via REST.
Get scores via webhook on session.completed, download PDF reports, or fetch JSON results.
One POST to create a session. One script tag on your frontend. Scores posted to your webhook the moment the candidate finishes.
// 1. Create session (server)
const s = await fetch('https://vegacapltd.com/api/v1/sessions', {
method: 'POST',
headers: {
Authorization: 'Bearer vegacap_sk_live_...',
'Content-Type': 'application/json',
},
body: JSON.stringify({
assessmentType: 'disc',
candidate: { externalId: 'u_123', name: 'Jane' },
}),
}).then(r => r.json());
// 2. Embed (frontend)
VegaCap.init({ publishableKey: 'vegacap_pk_live_...' })
.assessments.embed({
sessionToken: s.sessionToken,
container: '#assessment',
onComplete: r => console.log(r.summary),
});AAPA
AI adoption pathway
O*NET
DiSC
Personality profiling
Personality
FRA
Future-readiness
Competency
LPM-VT
Vocational trades
Blue-collar
LPM-U
University career match
ISCO
TFD
Trade fitness dialog
AI-generated
TFD+
Trade + DiSC combined
Combined
More coming
Aptitude, values, more
Soon