Developer Documentation
Integration guides, LTI 1.3 setups, telemetry schemas, and API references for Nomevex.
REST API Reference
Programmatic access to Nomevex platform features. Build custom integrations, automate workflows, and embed proctoring into your LMS.
Base URL
https://api.nomevex.dev/v1 All endpoints are relative to this base URL. HTTPS is required.
Quick Start
- Generate an API token from Admin Portal → Settings → API Keys
- Include the token in the
Authorizationheader - Make your first request to
GET /v1/sessions
Endpoints
All endpoints require authentication unless noted otherwise.
GET
/sessions List all proctoring sessionsPOST
/sessions Create a new exam sessionGET
/sessions/{id} Get session detailsGET
/sessions/{id}/timeline Get session event timelineGET
/sessions/{id}/risk Get AI risk scoreGET
/sessions/{id}/verification Get cryptographic proofGET
/flags List all flagsPOST
/flags/{id}/accept Accept a flagPOST
/flags/{id}/reject Reject a flagGET
/policies List proctoring policiesPOST
/policies Create a policyGET
/dashboard/stats Get dashboard statisticsGET
/health Health checkGET
/ready Readiness probe