Integrations

Integrations

ReviewerZero is designed to integrate seamlessly with the editorial workflows you already use. We are actively working on integrations with major manuscript submission systems to make integrity screening a natural part of your process.

Active Development

We are currently building integrations with the following platforms:

ScholarOne

StatusTimeline
In DevelopmentExpected by end of 2025

ScholarOne by Clarivate is one of the most widely used manuscript submission systems. Our integration will allow journals to automatically screen submissions for integrity issues during the editorial workflow.

DigiCorePro

StatusTimeline
In DevelopmentExpected January 2026

DigiCorePro by HighWire Press provides comprehensive publishing solutions. Our integration will enable publishers using DigiCorePro to incorporate ReviewerZero's analysis directly into their submission pipeline.

STM Integrity Hub

StatusTimeline
Pilot2026

The STM Integrity Hub by STM Solutions connects publishers with integrity screening tools through a unified interface. ReviewerZero integrates via the REST API with callback support, allowing STM to submit manuscripts and receive results automatically when analysis completes.

cOASIS

StatusTimeline
In DevelopmentExpected January 2026

cOASIS by CTI Meeting Technology is a leading conference submission system. This integration will bring integrity screening to academic conferences, helping program committees identify potential issues in submitted papers.

Callback / Webhook Support

The ReviewerZero API supports asynchronous callbacks as an alternative to polling for results. When creating a review via POST /api/v1/reviews, you can provide a callback_url parameter. Once the analysis completes, ReviewerZero will POST the full results to that URL.

The callback request includes:

  • Body: JSON payload matching the GET /reviews/{review_id} response, wrapped in an event envelope with event, review_id, report_url, and timestamp fields
  • X-ReviewerZero-Signature: HMAC-SHA256 signature of the request body, signed with the API key
  • X-ReviewerZero-Event: The event type (currently review.completed)

Callbacks are retried up to 3 times with exponential backoff if the receiving server returns a non-2xx response.

For a complete walkthrough including authentication, code examples, payload reference, and signature verification, see the API Integration Guide.

Integration Benefits

When integrated with your submission system, ReviewerZero can:

  • Automatic screening - Analyze manuscripts as they are submitted
  • Workflow integration - Results appear directly in your editorial dashboard
  • Configurable triggers - Choose when analyses run (submission, revision, acceptance)
  • Shared results - Editors and reviewers can access findings without leaving their system

Request an Integration

We are open to suggestions and requests from publishers. If you use a submission system not listed here and would like to see ReviewerZero integrated, please contact us.

Have a suggestion? Email us at support@reviewerzero.ai with details about your submission system and workflow needs.

We prioritize integrations based on publisher demand and technical feasibility. Your input helps us decide which platforms to support next.