Relay sample API Call

Example request for posting a Research Integrity Report

Input: Required Site Short Name query parameter URL for use via HTTP request after Digest Authentication is performed:

https://mc-api.manuscriptcentral.com/api/s1m/v2/system/addJSONData?site_name=salesdemoplus

Request JSON Body Example

Payload Example to display the Research Integrity report for the document with ID: 27366233.

{
  "data": {
    "type": 2,

    "payload": {
      "documentId": 27366233,

      "content": "<img src='https://mc-beta.manuscriptcentral.com/societyimages/salesdemoplus/RI_dynamics.png' alt='ExampleIntegrity logo' width='200' height='70' style='display:block;margin-bottom:10px;' /><p style='margin:0 0 8px 0;'><strong>Research Integrity Check:</strong> <strong style='color:#c62828;'>Concerns identified — review recommended</strong></p><p style='margin:8px 0 4px 0;'><strong>Key findings:</strong></p><ul style='margin:0 0 8px 18px;padding:0;'><li>2 references match articles flagged as retracted.</li><li>3 tortured phrases detected in the manuscript body.</li><li>1 corresponding-author email domain flagged as high risk.</li></ul><p style='margin:0;'><small>View the full report for citation context, flagged passages, and recommended next steps.</small></p>",

      "checkType": 1111,

      "url": "https://reports.example-integrity.com/s1/MS-2025-00412/v1",

      "effectiveDate": "2027-09-03",

      "score": 1,

      "alert": "true"
    }
  }
}

Integrity Check Report displayed in ScholarOne Manuscripts UI




Example request for posting a Technical Check Report

Input: Required Site Short Name query parameter URL for use via HTTP request after Digest Authentication is performed:

https://mc-api.manuscriptcentral.com/api/s1m/v2/system/addJSONData?site_name=salesdemoplus

Request JSON Body Example

Payload Example to display the Technical Check report for the document with ID: 27366233.

{
  "data": {
    "type": 3,

    "payload": {
      "documentId": 27366233,

      "content": "<img src='https://mc-beta.manuscriptcentral.com/societyimages/salesdemoplus/techCheck.png?text=Tech+Check&font=montserrat' alt='ExampleTechCheck logo' width='200' style='display:block;margin-bottom:10px;' /><p style='margin:0 0 10px 0;'><strong>Technical Check:</strong> <strong style='color:#00897b;'>Passed</strong> <em style='color:#f57c00;font-style:normal;'>— 2 minor warnings</em></p><dl style='margin:0 0 8px 0;padding:8px 10px;border-left:3px solid #00897b;'><dt style='font-weight:bold;display:inline-block;width:140px;'>File compliance:</dt><dd style='display:inline;margin:0;'>All files conform to journal requirements.</dd><br /><dt style='font-weight:bold;display:inline-block;width:140px;'>Metadata:</dt><dd style='display:inline;margin:0;'>Complete. ORCID present for all authors.</dd><br /><dt style='font-weight:bold;display:inline-block;width:140px;'>Statistical reporting:</dt><dd style='display:inline;margin:0;color:#f57c00;'>2 figures missing axis labels.</dd><br /><dt style='font-weight:bold;display:inline-block;width:140px;'>Reference format:</dt><dd style='display:inline;margin:0;color:#f57c00;'>3 references missing DOIs.</dd></dl><p style='margin:0;'><small>Open the full report for figure-level annotations and a DOI-resolution worksheet.</small></p>",

      "checkType": 1111,

      "url": "https://reports.example-techCheck.com/s1/MS-2025-00412/v1",

      "effectiveDate": "2027-09-03",

      "score": 1,

      "alert": "false"
    }
  }
}

Technical Check Report displayed in ScholarOne Manuscripts UI