Proctorio

Proctorio is a remote proctoring and learning-integrity platform that secures online exams with automated recording (video, audio, screen, web traffic), identity verification, lockdown-browser behavior controls, and post-exam suspicion scoring with behavioral flags. Proctorio is delivered primarily as an LMS-embedded integration - LTI 1.1 and LTI 1.3 for Canvas, Blackboard, Brightspace (D2L), Moodle, and ILIAS - so most institutions never touch a REST API directly. For assessment platforms that are not LMS-native, Proctorio also exposes a partner/integration REST API (v2) that generates signed exam launch URLs for candidates, reviewers, and live proctors, plus HMAC-signed result webhooks (v2/v3) that deliver the exam suspicion score and behavioral flags back to the integrating platform. API access is gated - the consumer key, secret key, and region-specific API endpoint are provisioned by a Proctorio representative per institution or partner - but the endpoint paths, request bodies, and webhook payloads are documented publicly in Proctorio's official Apache-2.0 .NET client (github.com/proctorio/API).

Proctorio publishes 1 API on the APIs.io network: Launch API. Tagged areas include Online Proctoring, Remote Proctoring, Exam Integrity, Assessment, and EdTech.

Proctorio’s developer surface includes authentication, documentation, changelog, and 11 more developer resources.

40.0/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessPaidSelf serve
2 APIs
Online ProctoringRemote ProctoringExam IntegrityAssessmentEdTechLTILMS IntegrationLearning Integrity

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 40.0/100 · thin
Contract Quality 14.9 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 9.5 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 6.9 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/proctorio: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Proctorio Result Webhooks (v2/v3)

After an exam attempt is submitted, Proctorio POSTs an HMAC-signed JSON webhook to the integrating platform's endpoint carrying the attempt id, user id, an overall suspicion sco...

Proctorio Launch API

Generate signed launch URLs for proctored exam sessions.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Proctorio Launch API (v2)

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Proctorio Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Proctorio Authentication

apiKey · 1 scheme

SECURITY

Proctorio Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Proctorio Vulnerability Disclosure

disclosure policy published

SECURITY

Proctorio Trust Center

SOC 2, ISO 27001, ISO 27018, PCI DSS

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Proctorio Agentic Access

3 operations · 3 acting

3 operations · 3 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: proctorio
url: https://raw.githubusercontent.com/api-evangelist/proctorio/refs/heads/main/apis.yml
name: Proctorio
kind: company
description: Proctorio is a remote proctoring and learning-integrity platform that secures online exams with automated recording
  (video, audio, screen, web traffic), identity verification, lockdown-browser behavior controls, and post-exam suspicion
  scoring with behavioral flags. Proctorio is delivered primarily as an LMS-embedded integration - LTI 1.1 and LTI 1.3 for
  Canvas, Blackboard, Brightspace (D2L), Moodle, and ILIAS - so most institutions never touch a REST API directly. For assessment
  platforms that are not LMS-native, Proctorio also exposes a partner/integration REST API (v2) that generates signed exam
  launch URLs for candidates, reviewers, and live proctors, plus HMAC-signed result webhooks (v2/v3) that deliver the exam
  suspicion score and behavioral flags back to the integrating platform. API access is gated - the consumer key, secret key,
  and region-specific API endpoint are provisioned by a Proctorio representative per institution or partner - but the endpoint
  paths, request bodies, and webhook payloads are documented publicly in Proctorio's official Apache-2.0 .NET client (github.com/proctorio/API).
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Paid · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/proctorio.png
tags:
- Online Proctoring
- Remote Proctoring
- Exam Integrity
- Assessment
- EdTech
- LTI
- LMS Integration
- Learning Integrity
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- aid: proctorio:proctorio-webhooks
  name: Proctorio Result Webhooks (v2/v3)
  tags:
  - Webhooks
  - Flags
  - Suspicion Score
  - Reviews
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://github.com/proctorio/API
  baseURL: https://your-integration.example.com/webhooks/proctorio
  properties:
  - url: https://github.com/proctorio/API
    type: SourceCode
  - url: https://proctorio.com/about/integration
    type: Documentation
  description: After an exam attempt is submitted, Proctorio POSTs an HMAC-signed JSON webhook to the integrating platform's
    endpoint carrying the attempt id, user id, an overall suspicion score, submission metadata, and a set of behavioral flags
    (unfocus, clipboard, browser resize, multiple faces, leaving the exam area, speaking, AI-assistance, printing, screenshot,
    hardware change, external action, webcam obscured, mobile phone, and more, each weighted 0-1). Two payload versions are
    documented (v2 and v3). This is server-to-endpoint HTTP delivery over HTTPS, not a WebSocket; the payload can be re-emitted
    from the Review Center Export Options tab when behavior settings change. Payload shape is taken from Proctorio's official
    .NET client (Webhooks/Requests/V2 and V3).
- aid: proctorio:proctorio-launch-api
  name: Proctorio Launch API
  description: Generate signed launch URLs for proctored exam sessions.
  humanURL: https://proctorio.com/about/integration
  baseURL: https://{region}{endpoint}.com
  tags:
  - Launch
  properties:
  - type: OpenAPI
    url: openapi/proctorio-launch-api-openapi.yml
  - type: Documentation
    url: https://proctorio.com/about/integration
  - type: SourceCode
    url: https://github.com/proctorio/API
  - type: PostmanCollection
    url: collections/proctorio.postman_collection.json
  - type: OpenCollection
    url: collections/proctorio.opencollection.json
common:
- type: AgenticAccess
  url: agentic-access/proctorio-agentic-access.yml
- type: TrustCenter
  url: security/proctorio-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/proctorio-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/proctorio-domain-security.yml
- type: Authentication
  url: authentication/proctorio-authentication.yml
- type: GitHubOrganization
  url: https://github.com/proctorio
- type: LinkedIn
  url: https://www.linkedin.com/company/proctorio-incorporated
- type: Website
  url: https://proctorio.com
- type: Documentation
  url: https://proctorio.com/about/integration
- type: SourceCode
  url: https://github.com/proctorio/API
- type: Plans
  url: plans/proctorio-plans-pricing.yml
- type: RateLimits
  url: rate-limits/proctorio-rate-limits.yml
- type: FinOps
  url: finops/proctorio-finops.yml
- type: Changelog
  url: https://changes.proctorio.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com