Professional Development Icon Admin Training Icon Instructor Training Icon Student Training Icon Integrations Icon System Status Icon System Requirements Icon Menu Icon Download Icon Rubric Icon Prompt Icon QuickMark Set Icon Lesson Plan Icon Success Story Icon Infographic Icon White Paper Icon White Paper Icon Press Release Icon News Story Icon Event Icon Webcast Icon Video Icon Envelope Icon Plaque Icon Lightbulb Icon Training Icon Search Icon Turnitin Logo (Text and Icon) Icon Facebook Icon Twitter Icon LinkedIn Icon Google Plus Icon Lightbulb Icon Binoculars Icon Drama Masks Icon Magnifying Glass Icon Signal Check Indicator Bars Red Flag Icon Analysis and Organization Icon
Integrate with Turnitin

Architecture

The TCA service is hosted on an Amazon Web Services (AWS) infrastructure. The infrastructure is hosted on 3 separate data centres. The European data centre is located in Frankfurt, Germany, the US data centre is located in California, and the Asia Pacific data centre is located in Sydney, Australia. Each ‘Tenant’ (Account) will be hosted within the data centre closest to its proximity. 

The infrastructure is Multi-Tenant and each Tenant has it's own API URL. For example:

  • https://customerA.turnitin.com/api
  • https://customerB.turnitin.com/api

Submitted documents stay within the AWS data centre they were first submitted to and are private to the Tenant that submitted them.

API Differences

TCA is a RESTful API that uses JSON notation.  It facilitates the ability to submit a file, generate and view a report via the following API steps:

  1. Create a submission, (pass meta-data) to obtain a Submission ID
  2. Upload a file to the submission
  3. Wait for submission processing to complete (using webhooks)
  4. Request a Similarity Report
  5. Wait for similarity report processing to complete (using webhooks)
  6. Request Report Viewer URL to display Similarity Report

Functionality Differences

No Login Required

The TCA uses an 'API key' sent in an HTTP header to authorize calls. The API key is created from within the administrator area for your tenant. Direction to guidance on how to do this will be included in your welcome email but is also available here

No Native Folder based Web Interface

Documents submitted via the API are not visible in a folder based web interface.  A 'Statistics' page for administrators is available but it has a flat structure with minimal search capabilities.