Status

DrSimon Engine

Behavioral signal API and SDK contracts for real-time proctoring and FocusPang integrations. Use the API surface to bind sessions, submit primitive observations, and fetch server-owned report references.

Example: Create Session
curl -X POST https://test-engine.drsimon.ai/api/v1/sessions/start \
-H "Authorization: Bearer <partner-token>" \
-H "Content-Type: application/json" \
-d '{"product":"edu","tenant_id":"<tenant>","device_profile":{"tier":0}}'

API Endpoints

View full reference
MethodEndpointDescriptionAuth
POST/api/v1/sessions/startCreate a scoped sessionBearer
POST/api/v1/engine/ingestSubmit primitive observationsBearer
GET/api/v1/reports/*Fetch server-owned report refsBearer
SDK

Integration package

Production package distribution evidence for approved partner pilots.

Sales claim blockedDownload
JS

JavaScript sample client

Node 18+ and modern browser reference implementation.

Reference onlyDownload
PY

Python sample client

httpx-based contract integration sample.

Reference onlyDownload