Developer Portal  ·  v1.0 Stable

The DrillBit API
built for integration.

Integrate plagiarism detection, AI content analysis, and rich reports into any application — folders, classrooms, or your own learning management system.

Base URL https://s1.drillbitplagiarismcheck.com

Three products, one API

Pick the integration path that fits your platform. Every product is backed by the same authentication, billing, and reporting infrastructure.

Make your first request in 60 seconds.

Authenticate once, get a JWT Bearer token, and start hitting any endpoint. Same auth across every product.

JWT Bearer authentication
JSON request & response
Predictable error codes
# Authenticate & get your token curl -X POST https://s1.drillbitplagiarismcheck.com\ /authentication/authenticate \ -H "Content-Type: application/json" \ -d '{ "username": "you@school.edu", "password": "••••••••" }'
Copied to clipboard