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| Method | Endpoint | Description | Auth |
|---|---|---|---|
| POST | /api/v1/sessions/start | Create a scoped session | Bearer |
| POST | /api/v1/engine/ingest | Submit primitive observations | Bearer |
| GET | /api/v1/reports/* | Fetch server-owned report refs | Bearer |