HonrlyHonrly
Developer Documentation

Build with Honrly

Complete API documentation, integration guides, and code examples to help you integrate Honrly's AI-powered cheating detection into your applications and workflows.

Quick Example

// Create a new monitoring session
const response = await fetch('https://api.honrly.com/v1/sessions', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    name: 'Technical Interview - John Doe',
    duration: 3600, // 1 hour
    notify_on_detection: true,
  }),
});

const session = await response.json();
console.log('Session ID:', session.id);
console.log('Join URL:', session.join_url);

Getting Started

Quick start guides and installation instructions

Quick Start Guide
Get up and running with Honrly in 5 minutes
5 min read
Installation & Setup
Install Honrly on macOS and Windows
10 min read
Authentication & API Keys
Generate and manage your API keys
8 min read
Your First Integration
Build your first integration with code examples
15 min read

API Reference

Complete API documentation with endpoints and examples

Sessions API
Create, manage, and monitor sessions
12 min read
Detection API
Query detection results and alerts
10 min read
Webhooks
Receive real-time notifications via webhooks
15 min read
Rate Limits & Errors
Understand API limits and error handling
8 min read

Integrations

Step-by-step guides for popular platforms

Zoom Integration
Integrate Honrly with Zoom meetings
20 min read
Google Meet Integration
Connect Honrly with Google Meet
20 min read
Microsoft Teams Integration
Set up Honrly with Teams
20 min read
ATS Integration
Integrate with Greenhouse, Lever, and more
25 min read

Security & Compliance

Security best practices and compliance information

Data Security
How Honrly protects your data
10 min read
GDPR Compliance
Honrly's GDPR compliance and data handling
12 min read
SOC 2 & Certifications
Security certifications and audits
8 min read
Webhook Security
Secure your webhook endpoints
10 min read

API Endpoints

RESTful API with comprehensive endpoints for all Honrly features

POST
/v1/sessions

Create a new monitoring session

GET
/v1/sessions/:id

Retrieve session details

GET
/v1/sessions/:id/detections

Get detection results

POST
/v1/webhooks

Register a webhook endpoint

GET
/v1/account

Get account information

GET
/v1/usage

Retrieve usage statistics

Popular Integrations

Step-by-step guides for integrating Honrly with your favorite tools

Zoom
Integrate with Zoom meetings and webinars
Google Meet
Connect Honrly with Google Meet sessions
Microsoft Teams
Set up monitoring for Teams meetings
Greenhouse
ATS integration for Greenhouse
Lever
Connect with Lever ATS
Custom Webhooks
Build custom integrations via webhooks

Need help with integration?

Our developer support team is here to help you build the perfect integration.