Proofademic developer APIs

Content Authenticity APIs

Connect AI detection, source matching and grammar correction to review queues, publishing systems and content workflows with one developer account.

  • REST API
  • X-API-Key auth
  • Sync + async
developer-portal.proofademic.ai/api

01 / Text POST /api/detector/ AI likelihood + sentence signals

02 / Image POST /api/image-detector/predict/ Real, fake, or inpainting

03 / Sources POST /api/plagiarism/scan/ Source matches + highlight ranges

04 / Grammar POST /api/grammar/correct/ Corrected text + word-level diff

API catalog

Choose the API you need.

Use one endpoint or combine text detection, image detection, source matching and grammar correction through the same developer account.

First request

Create a key and send your first request.

Create a key in the developer platform, send it in the X-API-Key header, and post the content you want to analyze.

Authentication guide →
POST /api/detector/
curl -X POST \
  https://developer-portal.proofademic.ai/api/detector/ \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Text to analyze"
  }'
application/json scope: ai_detector
01 Account Create an API key
02 Scope Grant product access
03 Request Send content or an image
04 Review Route the full result

Request routing

Choose how text detection results are delivered.

Receive a completed result in the initial response, or submit an asynchronous job and retrieve it by polling, webhook or both.

Your application POST request
Choose delivery poll or callback_url
200 OK Synchronous result Result returned in response
202 Accepted Asynchronous job Poll or receive a webhook

Asynchronous results remain available for one hour. Review the jobs lifecycle ↗

API essentials

Authenticate requests and handle API errors.

Authenticate with a scoped API key, handle the documented error responses and validate requests against each endpoint's current limits.

Developer access

Four focused APIs

Use dedicated endpoints for AI text detection, AI image detection, plagiarism checking and grammar correction.

Text Detection Image Detection Source Matching Writing Correction
Production handling

Documented error responses

400 · 401 · 403 · 429
Documented responses Payload, authentication, scope, credits and limits
Error-handling guide ↗

Research and guidance

Learn how AI detection works and how to interpret its results.

View all articles →

API questions

Before you start building.

Start building

Add content authenticity checks to your product.

Create an API key, test the available endpoints with 2,000 trial credits and use the structured results in your review workflow.