# What is ScoreDetect?

ScoreDetect allows you to easily create verification certificates for your digital content.

These certificates provide proof of authenticity and enhance your copyright protection. It’s a free and rapid solution to safeguard your work.

ScoreDetect is designed to protect and enhance the credibility of digital content.

It allows you to create a snapshot of your digital content, **save it securely on the blockchain**, and provide the public with verification methods to prove its authenticity.

ScoreDetect offers 7000+ integrations for you by partnering with Zapier.

## Discover ScoreDetect

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center"><strong>Certificates</strong></td><td><a href="/pages/pwfdXRgcBw6cGKGMFFOW">/pages/pwfdXRgcBw6cGKGMFFOW</a></td><td><a href="/files/iHDLR3omSTRswNJP8VC7">/files/iHDLR3omSTRswNJP8VC7</a></td></tr><tr><td align="center"><strong>Integrations</strong></td><td><a href="/pages/K3wvYcJ4cHoXFDMlqOIN">/pages/K3wvYcJ4cHoXFDMlqOIN</a></td><td><a href="/files/JTRQc2zbA5WfvPXQUnqk">/files/JTRQc2zbA5WfvPXQUnqk</a></td></tr><tr><td align="center"><strong>Roadmap</strong></td><td><a href="https://scoredetect.featurebase.app/roadmap">https://scoredetect.featurebase.app/roadmap</a></td><td><a href="/files/jZ1b5eYJW6CbgLcDNZEz">/files/jZ1b5eYJW6CbgLcDNZEz</a></td></tr><tr><td align="center"><strong>Changelog</strong></td><td><a href="https://scoredetect.featurebase.app/changelog">https://scoredetect.featurebase.app/changelog</a></td><td><a href="/files/C5dq0Gdp6cPDj8JVmlvg">/files/C5dq0Gdp6cPDj8JVmlvg</a></td></tr></tbody></table>

## How fast can I get a verification certificate for my content with ScoreDetect?

With ScoreDetect, you can obtain a verification certificate **in just a few seconds**.

Unlike other services that may take hours or days, ScoreDetect offers lightning-fast, affordable protection for your digital creations.

We have partnered with the [SKALE blockchain](https://skale.space/) to provide you with the best experience possible on our ScoreDetect Pro plan.

{% hint style="info" %}
Wish to integrate with another blockchain? Or something else?

[Book a call with us](https://www.scoredetect.com/get-started), to discuss your custom requirements.
{% endhint %}

## Are ScoreDetect’s verification certificates legally recognized for copyright protection?

While ScoreDetect’s certificates provide robust evidence of authenticity, their legal standing may vary by jurisdiction.

**ScoreDetect certificates can be a valuable tool in copyright protection** and can be used in conjunction with other legal safeguards.

## What types of digital content can I protect with ScoreDetect?

ScoreDetect supports a wide range of digital content, **including text, images, audio, video, and more**.

Whether you’re a writer, artist, musician, or content creator, ScoreDetect has you covered.

## How secure are my digital assets with ScoreDetect?

ScoreDetect **does not store any digital assets or content**. It only stores the checksum of the content on the blockchain.

This means that your digital assets are safe and secure with you, and only you have access to them.

## Can I use ScoreDetect for historical content?

Yes, **you can also protect historical content with ScoreDetect**. Whether it’s past blog posts, archived photos, or earlier creations, ScoreDetect allows you to timestamp and safeguard them.

## What sets ScoreDetect apart from other digital content protection solutions?

ScoreDetect stands out due to its incredible speed and accessibility. Other services may be time-consuming and costly, while ScoreDetect offers free, easy, and efficient protection for your digital content.

## How can I start using ScoreDetect to protect my digital creations?

Getting started with ScoreDetect is easy. Simply [sign up for an account here](https://www.scoredetect.com/register), follow the user-friendly interface, and begin creating verification certificates for your digital files and text easily.

***

If you have any more questions, we have created a **Frequently Asked Questions (FAQ)** section for you in the next section.


# How does it work?

ScoreDetect enables you to capture and store a checksum of your digital content on the blockchain.&#x20;

It **generates a certificate** containing the checksum of the content, blockchain transaction URL, and various verification methods.&#x20;

This certificate serves as evidence of the content’s timestamp and integrity.

Once the certificate is created, you can export it within your [ScoreDetect Dashboard](https://www.scoredetect.com/dashboard/certificates).

{% hint style="info" %}
We do not keep backups of your File / Text - it is up to you to make sure that the File / Text will be available in the future if its existence needs to be proven. This way, it ensures maximum protection for your digital asset.
{% endhint %}


# What types of data can I protect?

ScoreDetect supports a wide range of digital content, **including text, images, audio, and video**.&#x20;

You can use it to safeguard virtually any form of digital creation.


# Why should I use it?

ScoreDetect helps establish trust by **providing transparent evidence of the authenticity and timestamp** of digital content.

It also aids in **copyright protection**, making it a **valuable tool** for businesses, and individuals seeking to protect their **intellectual property**.


# Is it suitable for me?

Absolutely! ScoreDetect caters to both individual content creators and businesses.

Whether you’re a solo blogger or a corporate entity, ScoreDetect can help **protect your digital assets and enhance your credibility**.


# I have historical content

Yes, ScoreDetect allows you to timestamp and protect historical content.&#x20;

You can use it to **secure existing digital assets** and provide **evidence of their authenticity**.


# Is it free?

Yes, ScoreDetect offers a 7-day free trial guarantee model, allowing users **to get started for free** with any plan.

You can then choose to upgrade to the Enterprise plan for advanced functionality and to discuss your custom requirements.


# Is my data secure?

Yes, ScoreDetect employs advanced encryption and blockchain technology to **ensure the security and integrity of your data**.

Your digital content is **securely hashed on your device** and is not saved anywhere else.&#x20;

Only the checksum of the digital content is saved, and placed into the blockchain.

We use the [ScoreDetect API](/api/scoredetect-api) to create a certificate.

Our API is using an **https-only** connection, so it is secure and encrypted. You can confirm this by using the `http://` in your request and it will not work.

On our ScoreDetect Web Dashboard, uploading a file will locally run a client-side (on your browser only, never sent anywhere) SHA-256 hashing algorithm. This can be confirmed by opening the browser's developer tools prior to uploading the file into the Web Dashboard. The hash (file fingerprint) is calculated within the browser. Then it gets sent to the API. We recommend this approach for unlimited file size, speed, and security.

However, our ScoreDetect API also supports sending the file directly to the API. *This is a legacy feature that we intend to phase out soon.* In the ScoreDetect API, the data is immediately digested into a SHA-256 hash within a Cloudflare worker. Only the digested hash is sent to the blockchain. It uses [the ethers.utils.sha256 method](https://github.com/ethers-io/ethers.js/blob/master/packages/sha2/src.ts/sha2.ts#L19-L21) which is the [same technology as modern web browsers](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest).&#x20;

If you are in doubt, you can independently use a sha256 tool to obtain the digest. Here is an example using the [OpenSSL command](https://www.openssl.org/):

```sh
echo -n "foobar" | openssl dgst -sha256
```

{% hint style="info" %}
We do not keep backups of your File / Text - it is up to you to make sure that the File / Text will be available in the future if its existence needs to be proven. This way, it ensures maximum protection for your digital asset.
{% endhint %}


# Why do I need to register an account?

ScoreDetect requires an account to ensure the security of your data and provide you with a seamless user experience.

Your account allows you to **access your protected content** and manage your verification certificates.


# How do I contact support?

ScoreDetect provides comprehensive customer support through email:

<support@scoredetect.com>

You can reach out to our support team at any time for assistance.


# How do I report bugs?

Encountered a bug? Find out how to provide all the essential information for speedy resolution.

Bugs should be reported using the messaging widget available from your dashboard or by sending an email to <support@scoredetect.com>.&#x20;

In order to get the best help possible, please provide as much context on how you encountered the bug.


# Are there any file storage limitations?

No, ScoreDetect does not have any storage limitations when uploading files to the dashboard or the API or any of the integrations that are provided.

### How does the "no file storage limitation" work?

In the ScoreDetect Web Dashboard, your uploaded file stays untouched **and stays locally on your browser**. We only process the [hash](https://docs.scoredetect.com/certificates/what-is-a-certificate#hash) locally on your browser. Since it is a 64-character string. Only the hash gets sent to our [ScoreDetect API](/api/scoredetect-api).

## How many certificates can I store?

[View our documentation here](https://docs.scoredetect.com/certificates/how-many-certificates-can-i-create) on how many certificates you can store.


# How do I cancel my free trial?

There are two ways for you to cancel your free trial.

You can either:

1. Log into the [ScoreDetect Dashboard](https://www.scoredetect.com/dashboard/settings) › and visit the [Settings](https://www.scoredetect.com/dashboard/settings). And then from there, you can access your Stripe billing portal, and cancel your 7-day free trial subscription there.
2. You can contact us at <billing@scoredetect.com> - and kindly mention that you would like to "cancel your free trial". We will then cancel your free trial for you shortly.


# What is a certificate?

**A ScoreDetect verification certificate is a digital document that provides irrefutable proof of the authenticity and integrity of your digital content. There are 2 pages: 1) the Verification Certificate, and 2) the Recognition Certificate.**

The certificate exists for as long as the holder wishes for it to stay.

Once the certificate is <mark style="color:red;">deleted</mark>, the certificate URL will no longer exist.\
However, the **public blockchain URL** will <mark style="color:green;">always</mark> exist. Therefore, we recommend downloading/exporting the certificate PDF so that you can retain a copy of it in the future.

Here is a demo certificate for you to understand what the certificate consists of:

{% embed url="<https://explorer.scoredetect.com/certificate/f6e038e6-92da-4fc9-890e-dd8473ab674d>" %}

<div data-full-width="true"><figure><img src="/files/F4gaiv8ISQqg2ki0OCkC" alt=""><figcaption><p>A ScoreDetect certificate for demonstration purposes only.</p></figcaption></figure></div>

## Verification Certificate

This consists of multiple proofs to help assert the authenticity of the hashed file/text.

### Current Time and Date

This is the current time and date since the page was last loaded by the user. If you view the page, you will notice that it is set to your current time and date.

### Certificate ID

This is a unique identifier for this certificate. It is used to separate one certificate from another.

### Actions

These are a set of actions that you can perform on the certificate. Currently, the following actions can be used:

1. **Validate** - this opens up a facility for the **file** or **text** to be **independently validated**. You will have to upload the file, or enter the text. Once added to the validator, it will digest the file or text and check if it matches the hash found on the certificate. If it matches, it will mark as a "validation success". If it does not match, it will mark as a "validation fail".
2. **Print PDF** - this allows the user to **independently export the PDF**. This allows the browser to either print or save the PDF for the user.

### QR Code

This provides a quick reference for modern devices to scan the QR Code and open the URL. Handy for when a physical copy of the certificate is used.

### Created At

This is the time the certificate is fully created in ScoreDetect.

You will notice that the "created at" comes slightly after the Public Blockchain Data creation time. This is because ScoreDetect completes the blockchain transaction and writes the data to our ScoreDetect database so that the certificate can be created on the ScoreDetect website.

### Certificate Type

There are two kinds of certificates: File Upload, or Plain Text Upload.

During the upload phase, we only securely encrypt the data transmission. To bolster our security, we do not store any of your uploaded files during the certificate creation process. Only the "hashed checksum" is used from the uploaded file.

#### File Upload

This indicates that the certificate content consists of an uploaded file. The uploaded file is only done on your browser (client-side) and no data from the file is transmitted anywhere else.&#x20;

#### Plain Text Upload

This indicates that the certificate content consists of an uploaded plain text content. The uploaded plain text is only done on your browser and no data from the file is transmitted anywhere else.&#x20;

The plain text content retains as close as possible to the original data. This includes respecting all whitespaces, punctuations, and symbols. Of course, we only gather the "hashed checksum" of the text content, further bolstering our security.

### Version

This states the version number of the certificate in a chain of verification certificates. Certificates can only be chained if the previous certificate does not exist in a chain yet; and both the previous certificate and the new certificate come from the same owner.

The higher the number, the better the **integrity** in the entire chain of certificates, because it can display a revision history over time.

### Speed Created

This is how fast the certificate was created, as an indication to the speed at which ScoreDetect can create from the initial request, processing, and response data.

A healthy speed is around <mark style="color:green;">**3-6 seconds**</mark>, which is considerably faster than other competitors’ <mark style="color:red;">minutes and hours</mark> on the internet to create a certificate.

### Public Ledger URL

This is the web browser URL of the certificate. You can show this to anyone and they will be able to retrieve the contents of the certificate file. The user can also perform actions on the certificate at their own independence.

It contains a JSON object which is a global standard in identifying pieces of information in an organized manner.

#### The "@type" property

This is intentionally set as the "[CreativeWork](https://schema.org/CreativeWork)" type, so that we can organise pieces of information such as the author, proof of the piece of work (file or text), where it has come from, and more. It represents the certificate as a generic creative work to cover both files and text.

#### The "producer" property

There is a "name" property within which is set to your username. The "username" identifies the user associated with the certificate creation. By default, your username is set to be your "login email address", as this was specified by you upon creating an account.

**GDPR Compliance**: By default, the username is ⁠"anonymous" unless explicitly set.

**Display Control**: The "⁠DisplayCreatedBy" flag toggles whether the username or ⁠"anonymous" is shown.

To create a custom unique username, visit the **Settings** screen. You can modify your username there.

#### The "publisher" property

By default, this is set to the ScoreDetect organisation. However, if you wish to customise this so that it shows your brand name (white-label all mentions of "ScoreDetect" into your own brand name, custom domain, logo, etc.), we recommend that you [**book a call with us**](https://www.scoredetect.com/get-started) to discuss your requirements for the Enterprise plan.

### Public Blockchain URL

This is the blockchain URL which relates to the certificate.

In our example, we are using this URL:

<https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com/tx/0x8450282f51a957540e13fd0b3eeb86c86dc662d47f8360e14f8b994d3da714b7>

You can scroll down and notice the "VerificationCertificate" input name.

{% embed url="<https://youtu.be/C2kcDNq6zgo>" fullWidth="true" %}
How to Find the Certificate Data in the Blockchain
{% endembed %}

For validation against the blockchain timestamp, you can be reassured that this is the same with what is found on the ScoreDetect certificate, in the "SHA-256 Checksum".

{% hint style="info" %}
Notice that the SHA-256 Checksum is exactly the same as what is found on the **blockchain transaction** earlier.
{% endhint %}

### Smart Contract

We have created a smart contract for all the certificates used in ScoreDetect.

{% hint style="success" %}
Because ScoreDetect runs on an **immutable** (*never-ever-changing*) smart contract, you can rest assured that it will never change — ever.

The code is also public for everyone to see. So that you can make sure that we have no ability to modify the code or the blockchain transaction. It stays where it is.
{% endhint %}

You can see the Smart Contract here in our demonstration certificate:

<https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com/address/0x7d512Ba02d047AeA2177b06EAA950959D923383E?tab=contract>

<div data-full-width="true"><figure><img src="/files/zxRDZimqEbsHIgjpuOXi" alt=""><figcaption><p>The ScoreDetect blockchain smart contract source code.</p></figcaption></figure></div>

### Hash

This is the checksum that we have found within the [Public Blockchain URL](#public-blockchain-url).

It is used for you to independently verify the data located in the Public Blockchain URL (timestamp, checksum) with the Certificate (timestamp, checksum).

### Public Ledger

This is a public record of the transaction made on the blockchain. It is a decentralized, open-source network. We have obtained this directly from the blockchain.

### Raw Body

This is the raw data of the blockchain transaction. This can be used for further validation. You can also independently call the blockchain explorer API to confirm that the raw body is the same.

#### The "\_metadata" object

Contains blockchain transaction metadata including block and transaction details. This provides verifiable evidence linking the certificate to the blockchain transaction.

### Source URL (isBasedOn "url")

By default, there will be a web-based URL to the certificate file. However, the schema.org standards allows multiple sources of "isBasedOn". ScoreDetect certificates can be created in various implementations. An example is using a WordPress plugin where the "isBasedOn" URL would be set to the article from which this was published.&#x20;

To assign your own Source URL using the ScoreDetect API, you must add the `X-ScoreDetect-Referer` header with the string set to the URL you wish to use. If the string is a valid URL, then it will be added as a supplementary Source URL.

## Recognition Certificate

Every ScoreDetect Certificate comes with a **Recognition Certificate**. The Recognition Certificate can only be viewed when exported as a PDF by the owner of the certificate, for privacy purposes.

The Recognition Certificate (page 2) is a formal assertion of the proofs outlined in the [Verification Certificate](#verification-certificate) (page 1) including the assertion of the invention with a disclaimer outlining the concepts of the blockchain to aid in the assertion and that ScoreDetect is not a recognised body but the reader must direct to the local authority of the inventor asserting the claim instead.

Here is an example text as found in the PDF of the **Verification Certificate (page 1) and Recognition Certificate (page 2)**:

{% file src="/files/VxC9qSPF3ZFLLopauPfO" %}

> To Whom It May Concern,\
> This document serves to formally recognise {Inventor Name} as the inventor associated with project(s) as recorded and timestamped on the ScoreDetect blockchain ecosystem.\
> ScoreDetect provides an immutable ledger of project submissions and associated timestamps, offering a verifiable record of when specific data, including project details, was registered. This timestamping mechanism can serve as a crucial element in the assertion of intellectual property claims.\
> Whilst the current capabilities of ScoreDetect focus on providing a transparent and tamper-proof record of registration, it is important to note that ScoreDetect itself cannot, at this juncture, independently verify or countersign the originality of the registered projects. The assertion of originality remains the responsibility of the inventor and relevant intellectual property authorities.\
> However, the information provided herein, derived from the ScoreDetect blockchain ecosystem timestamping records, is intended to be a forward-thinking resource. It is designed to support and potentially enhance the process of asserting the claims made by Michael Sumner regarding the aforementioned projects. This verifiable record can serve as a foundational piece of evidence in demonstrating the timeline of invention.\
> We encourage {Inventor Name} to utilise this documentation in conjunction with other relevant evidence and legal counsel to further solidify their intellectual property rights.


# How does a certificate work?

ScoreDetect verification certificates work by easily creating a snapshot of digital content and securely storing it on the blockchain.

This process takes only a few seconds, ensuring quick and hassle-free protection for content.


# What sets these certificates apart from others?

ScoreDetect’s verification certificates stand out due to their speed and accessibility.&#x20;

Unlike other verification certificates that may take a long time to obtain, ScoreDetect’s certificates are created almost instantly, making them a convenient choice for content creators, and business.


# Can I use a certificate for copyright protection?

Absolutely. ScoreDetect’s verification certificates serve as robust evidence of your content’s originality and timestamp, making them valuable for copyright protection.&#x20;

They can be crucial in legal disputes related to intellectual property.


# How can I verify the information in a certificate?

Verifying the information in a ScoreDetect verification certificate is straightforward. You can use the provided blockchain transaction URL and digital checksum to confirm the authenticity of your content with ease.

All you need is the file or text used in the certificate. And you can hash it using any SHA256 converter.

To generate the hash (SHA-256) of a signed document, you can use any SHA-256 hashing tool or execute specific commands based on your operating system:

* OpenSSL (Command): `openssl dgst -sha256 <filename>`
* Windows (Command Prompt): ﻿`CertUtil -hashfile <filepath> SHA256`
* MacOS (Terminal): ﻿`shasum -a 256 <filepath>`
* Linux (Terminal): ﻿`sha256sum <filepath>`

After generating the hash, compare it with the document's hash from the blockchain transaction details. If the hashes match, the document's signing at the recorded time is considered verifiably true.

{% hint style="info" %}
We do not keep backups of your File / Text - it is up to you to make sure that the File / Text will be available in the future if its existence needs to be proven. This way, it ensures maximum protection for your digital asset.
{% endhint %}


# Are these certificates secure?

Yes, ScoreDetect places a strong emphasis on security.

Our certificates use advanced encryption and blockchain technology to ensure the utmost security and integrity of your content and the certificates themselves.

The uploaded file or text for this certificate is safely hashed on the owner’s browser and the hash is sent to the blockchain. The file or text is never sent to the server.


# Can I create certificates for all types of data?

Yes, ScoreDetect allows you to create verification certificates for a wide range of digital content, including text, images, audio, and video. You can protect various forms of digital creations quickly and efficiently.

Here is a sample list of digital content which can be used in ScoreDetect:

* Social media posts
* Facebook posts
* Instagram photos
* YouTube videos
* TikTok videos
* Images
* Tweets
* Videos
* Podcasts
* E-books
* Blogs and articles
* PDF documents
* Music tracks and albums
* Online courses
* Webinars and presentations
* Digital games
* Digital art and illustrations
* Memes and GIFs
* Software and applications
* Virtual reality experiences
* Augmented reality content
* Interactive websites and web applications
* Infographics
* Live streams and broadcasts


# How can I use certificates to build trust with my audience?

You can build trust with your audience by prominently displaying ScoreDetect verification certificates alongside your digital content.&#x20;

These certificates provide easy proof of authenticity and demonstrate your commitment to transparency and trustworthiness.


# Is there a limit to how many certificates I can create?

ScoreDetect offers generous usage limits for verification certificates. This is included in the 7-day free trial.

Depending on your needs, you may choose to upgrade to the Enterprise plan for higher usage limits and custom requirements.

{% hint style="info" %}
If you experience rate limiting, please contact <support@scoredetect.com> and we can increase your rate limit for creating more certificates.
{% endhint %}


# How long does it take to get a certificate?

ScoreDetect’s unique advantage is speed without any compromise.&#x20;

You can create a verification certificate for your content in just a few seconds, ensuring rapid protection and proof of authenticity.


# How many certificates can I create?

You can view our Pricing page to determine how many certificates you can create based on your subscription plan here:

{% embed url="<https://www.scoredetect.com/pricing>" %}
View our Pricing page to find out how many certificates you can create,
{% endembed %}

### What happens when I am reaching my limit?

You will receive an email from us when you hit **60% your limit**. And additional emails to notify you when you are nearing your limit.

This will prompt you to either upgrade to a higher subscription plan so that you can increase you max certificates limit. Or, you can delete unused certificates and stay on your current subscription plan.

{% hint style="info" %}
We recommend you to **download / export your unused certificates** before deleting them.
{% endhint %}

### What happens when I reach my certificates limit?

You will not be able to create certificates until you either upgrade to a higher subscription plan so that you can increase you max certificates limit. Or, you can delete unused certificates and stay on your current subscription plan.

### I am already on the highest plan and need more

If you are on the Enterprise plan and wish to discuss increasing limits, please send an email to <support@scoredetect.com> and we can help you with increasing your limits.


# How can I download / export my certificates?

We offer you the ability to download / export certificates **across all of our plans**. Even if you have stopped using our service, we still allow you to download / export your certificates.

You can either select **single** or **bulk** export facilities.

Here is a video summarising how to do so:

{% embed url="<https://youtu.be/vRm1mW2DraE>" %}
Video showing how to bulk export your certificates.
{% endembed %}

### How to Download / Export a Single Certificate

1. Visit your [ScoreDetect Web Dashboard](https://www.scoredetect.com/dashboard/certificates). If you are not logged-in, you will be prompted to log into the website first.
2. Select 1 certificate by clicking the **3-dots** ( **⋮** ) button next to it.
3. Click the "**Export as PDF**" option.
4. Your certificate will be downloaded shortly as a PDF file.

### How to Bulk Download / Export Certificates

1. Visit your [ScoreDetect Web Dashboard](https://www.scoredetect.com/dashboard/certificates). If you are not logged-in, you will be prompted to log into the website first.
2. Select at least 1 certificate by clicking the **square box** (☑︎ ) next to it.
3. You can select as many boxes as you want.
4. Near the top of the page, click the "**Bulk Actions**" button.
5. And click the "**Export as PDF**" option.
6. Your **bulk certificates** will be downloaded / exported shortly as a **zip file** consisting of your selected certificates as PDF files.


# How long can I keep my account and certificates?

You can **keep your account** for as long as you have an **active subscription plan**. You can view our subscription plans here:

{% embed url="<https://www.scoredetect.com/pricing>" %}
View our subscription plans here.
{% endembed %}

If you no longer have an active subscription with us, then we will provide you *with one of the most generous grace periods in the industry* that we know of — **12 months grace period**.

During the 12 months grace period, [your account is classed as a "**Dormant Account**"](#my-account-is-dormant-.-what-happens-next).

{% hint style="info" %}
We recommend you to download / export all of your certificates before your account is deleted.
{% endhint %}

This will give you enough time to [download / export your certificates](/certificates/how-can-i-download-export-my-certificates) should you wish to no longer use our services.

#### What happens to my certificates?

By [exporting your certificates](/certificates/how-can-i-download-export-my-certificates#how-to-download-export-a-single-certificate), you will keep all of your certificate information. As long as you have the **blockchain URLs** and the accompanying files / text, it can be usable including for your legal purposes. Remember, we use **SHA-256** to generate a fingerprint of your files / text. This means that you can independently use any trusted SHA-256 tool to obtain the fingerprint yourself. We recommend an open-source SHA-256 tool or OS-specific command line.

Because all the pertinent information can be visited in the blockchain, this means that as long as you can match it up with your uploaded files / text, you can still be safe to know that it is usable including for your legal purposes. Note that if your files / text have been tampered with, then the SHA-256 fingerprint will not be the same as what is on the certificate.

Nothing will change in the blockchain, since we cannot modify it (or delete it).

#### My account is "Dormant". What happens next?

**After the grace period has ended** and your "Dormant Account" still does not have an active subscription plan, [we will **delete your account**](#what-happens-when-my-account-is-deleted).

We will notify you via email around 2 months before your grace period is planned to end.

### What happens when my account is deleted?

As part of our procedure, we will delete all your information from our database:

* Your ScoreDetect account information
* Delete all of your certificates
* Unsubscribe you from all ScoreDetect email and notifications

Afterwards, you are always welcome [to create a new ScoreDetect account](https://www.scoredetect.com/).


# How can I use my own certificate label?

ScoreDetect offers the ability for you to specify your own certificates. This can only be seen by you in your account so that you can organize your certificates. For example, you may want to use the filename or doc that you have uploaded, so that you can identify it later on in the future.

{% embed url="<https://youtu.be/9A_H8Q4rU7A>" %}
How to Add Your Own Certificate Labels
{% endembed %}

Here is how to use your own certificate label in ScoreDetect:

1. Visit the [ScoreDetect web dashboard](https://www.scoredetect.com/dashboard/certificates).
2. Click the "Edit" button.
3. A prompt will appear. Specify your new certificate label, and save changes.
4. The certificate will be updated with the new certificate label.

## Why do I need to specify my own certificate label?

There are a range of reasons why you would want to specify your own certificate label.

Some examples include:

1. **Intellectual Property Assets** - specify IP assets for easier packaging and organization
2. **Creator content** - keep track of what filename or title is used for your content
3. **Writer docs** - easily find your docs by their title
4. **Product specifications / information** - specify your product name so that you can locate it for use later on

There is so much more that you can use for your admin organization purposes. These are a few examples to help get you started.

Currently, there is no API endpoint to view or update this label. But if API support for this feature is a critical requirement, please [**book a call with us**](https://www.scoredetect.com/get-started) to support you further.


# Custom Domains

{% hint style="info" %}
Custom Domains are available in our **White Labeling** plans only. See our [Plans](https://www.scoredetect.com/pricing) for more info.
{% endhint %}

This document provides a step-by-step guide on how to add custom domains to your account. Follow the instructions below to successfully configure your custom domain.

### Steps to Add a Custom Domain

1. **Access the Dashboard**

Log in to your account and navigate to the [Settings](https://www.scoredetect.com/dashboard/settings) option in the menu.

2. **Scroll to Custom Domains**

In the Settings menu, scroll down to the **Custom Domains** section.

3. **Add a Custom Domain**

* In the **Custom Domains** section, you will see an option to add a new custom domain.
* Enter your desired custom domain in the provided field.

4. **Change Domain**

After entering your custom domain, click the "**Change Domain**" button.

5. **Update DNS Records**

* You will be provided with a specified CNAME record.
* Access your domain registrar’s DNS management settings and add the provided CNAME record to your DNS records.

6. **Domain Verification**

* The verification process will take approximately 5-10 minutes.
* Once verified, all your certificates will automatically be mirrored to use the custom domain.
* An SSL certificate will also be present using [LetsEncrypt](https://letsencrypt.org/).

7. **Accessing Certificates**

After verification, you can access your certificates using the following URL format:

```
https://trust.yourdomain.com/certificates/<certificate_id>
```

### Troubleshooting

If you encounter any issues during the process, please ensure that:

* The CNAME record has been correctly added to your DNS settings.
* You have waited the appropriate time for the DNS changes to propagate.

### Support

If you have any questions or require further assistance, please reach out to our support team at:

Email: <support@scoredetect.com>

***

By following these steps, you should be able to successfully add and verify your custom domain. Thank you for using our services!


# Certificate Languages

{% hint style="info" %}
We now offer the ability for you to change the language of your Certificates. If you are looking for individual certificate updates, this is available in our [**Enterprise**](https://www.scoredetect.com/pricing) plan.
{% endhint %}

## How do I change the language of my certificates?

1. Log into your [ScoreDetect account](https://www.scoredetect.com/dashboard/settings).
2. Visit the [ScoreDetect Settings screen](https://www.scoredetect.com/dashboard/settings).
3. Scroll down to "Change Language".
4. You will see your current language.
5. Select a new language in the dropdown menu.
6. And click the "Change Language" button.

Once completed, we recommend testing to make sure that your certificates are properly updated with the new language.

You can visit any one of your certificates to test this with.

## What are the supported languages for ScoreDetect certificates?

We currently support the following languages:

* English
* Spanish (Español)
* French (Français)
* German (Deutsche)
* Italian (Italiano)
* Portuguese (Português)
* Russian (Русский)
* Chinese, Simplified (简化字)
* Chinese, Traditional (繁體字)
* Japanese (日本語)
* Korean (한국어)

## The language I want to use for my certificates is not available

If you have a language that you wish to add to your ScoreDetect account, please reach out to us at <support@scoredetect.com> and we can look into your request, thank you!


# Identity (ID) Verification

<div data-full-width="false"><figure><img src="/files/RMUVyWsVmVmUy7kxfh5z" alt=""><figcaption></figcaption></figure></div>

## Why is Identity (ID) Verification required for ScoreDetect?

We require identity verification for all of our ScoreDetect accounts so that we can ensure the authority of the accounts and their associated certificates. The ID verification will only be required when setting up your ScoreDetect account. It will not be used for any other purpose besides ensuring the validity of your ScoreDetect account with us.

{% hint style="info" %}
If you are a company, then the ID verification process will be for the main account holder (usually the business owner or point-of-contact).
{% endhint %}

This is to solidify all your ScoreDetect account's existing and future certificates with **next-level authority and compliance** from our official IDV provider [Idenfy.com](https://www.idenfy.com/).

You can view **Idenfy's security policies** here:

1. [Idenfy Terms and Conditions](https://www.idenfy.com/terms-and-conditions.pdf)
2. [Idenfy Privacy Policy](https://www.idenfy.com/privacy-policy/)
3. [Idenfy Security page](https://www.idenfy.com/security/)

## How do I set up my ID verification on my ScoreDetect account?

When you create a ScoreDetect account, you will automatically be redirected to begin your ID verification process. This is simple and **typically takes around 1-2 minutes to complete**. There is a time limit of around 10 minutes to complete the process to also help avoid bots and fraud.

As part of the ID verification process, you will be asked to display your government-issued ID or valid document, as well as perform an active facial recognition check, to help confirm with our IDV provider on the authenticity of your identify. This is hosted externally on **Idenfy.com** servers. ScoreDetect retains a scan reference ID so that we can delete your associated ID verification within **Idenfy.com** should you wish to terminate your ScoreDetect account. There is no other ID verification data saved on ScoreDetect servers.

Once the ID verification process is completed, you will then be directed back to ScoreDetect to complete the onboarding process of your ScoreDetect account.

## Why do I need a government-issued ID for my ID verification?

You need a government-issued ID for verification because it is a standardised and reliable way for a company to confirm your identity, prevent fraud, and comply with legal regulations like Know Your Customer (KYC) and Anti-Money Laundering (AML) laws. These documents provide a consistent and secure method for verifying that you are a real person and not a fraudster using a fake or stolen identity.

### Key reasons for using government-issued IDs

**Fraud prevention**: Government IDs or Documents are crucial for preventing fraud, identity theft, and the creation of fraudulent accounts by verifying that the person is who they claim to be.

**Regulatory compliance**: Many industries, including the content authenticity at ScoreDetect, enhance regulatory compliance by legally requiring to verify customer identities to comply with strict KYC and AML regulations.

**Identity confirmation**: The ID provides a way to confirm your ownership of the ScoreDetect account. This ties into the ScoreDetect terms and conditions where we ensure all ScoreDetect accounts creating Verification Certificates must be legitimate owners of the content being timestamped to the blockchain. This ensures veracity of the claims made.

**Security**: This process helps ensure the security of the ScoreDetect platform and protects both the company and its legitimate users from the risks associated with identity fraud.

## How secure is the ID verification process? Is my ID verification stored securely? How is it done?

ScoreDetect uses encryption at rest and ensures that the entire ID verification process is run through HTTPS only, strictly forced by our web platform. You will be directed to **Idenfy.com** to complete the ID verification process on the **Idenfy.com** servers and only then return to ScoreDetect if there is either a success or fail result from the ID verification process.

ScoreDetect will then only retain a "scan reference ID" and this is used to ensure that we can delete your ID verifications within **Idenfy.com** when you wish to terminate your ScoreDetect account.

This will be stored in the ScoreDetect database — a SOC 2 Type 2 compliant database.

## How can I delete my ID verification?

The ID verification will be deleted immediately once you decide to terminate your ScoreDetect account.

This can be done by visiting the [ScoreDetect Dashboard › Settings](https://www.scoredetect.com/dashboard/settings) › and scroll down to delete your ScoreDetect account.


# How to Setup Multi-factor Authentication (MFA) on ScoreDetect?

To further enhance your account security and be in line with industry standards, we now require all users to enable **Multi-Factor Authentication** (MFA). This additional layer of protection helps safeguard your account from unauthorized access.

{% embed url="<https://youtu.be/jvADH_goEHA>" %}
Video walkthrough on the **MFA setup** process (typically takes less than 1 minute)
{% endembed %}

### How to Setup MFA on ScoreDetect

1. You can **log into ScoreDetect.com** and then you will be prompted to get it set up. If you are *registering* a new account, then you will be prompted after registering.
2. You will be directed to the **Dashboard Settings** screen > [Multi-Factor Authentication](https://www.scoredetect.com/dashboard/settings#multi-factor-authentication) menu.
3. Click the "**Setup MFA**" button
4. **Scan the QR code** using an authentication provider. Here are some suggested apps, such as:
   1. Google Authenticator app
   2. Microsoft Authenticator app
   3. Authy app
   4. or, your own Password manager's TOTP (Time-based One-time Password) feature
5. If you wish to *manually input the secret*, you can click the "show" link beside, and copy the details to your preferred authentication provider.
6. Enter the **Verification Code** in the box. Note that this typically rolls every 30 seconds.
7. Once added, click the "**Enable MFA**" button.
8. You will then have your Recovery Code automatically downloaded in your browser.
9. Once you have successfully stored your Recovery Code for safe-keeping, please click on the "**Complete Setup**" button. **Treat your Recovery Code like a password.**

{% hint style="info" %}
**Tip**: Store your **Recovery Code** somewhere safe. We recommend adding it in the **Notes** section in your preferred password manager app.
{% endhint %}


# How to Setup my Security Question on ScoreDetect?

To further enhance your account security and be in line with industry standards, we now highly recommend all users to set up a **Security Question**. This additional layer of protection helps safeguard your account from unauthorized access. It consists of a memorable answer to your Security Question of choice.

Your security question helps you recover your account if you lose access to your [MFA](/security/how-to-setup-multi-factor-authentication-mfa-on-scoredetect) device. Security questions cannot be changed after initial setup for security and compliance purposes.

{% embed url="<https://www.youtube.com/watch?v=5d9K4P5dNeQ>" %}
Video walkthrough on the **Security Question** setup process (typically takes less than 1 minute)
{% endembed %}

### How to Setup my Security Question on ScoreDetect

1. You can **log into ScoreDetect.com** and then visit the **Dashboard Settings** screen > [Security Question](https://www.scoredetect.com/dashboard/settings#security-question) menu. If you are *registering* a new account, then you will be prompted after registering.
2. Open the **Security Question** card
3. Click the "**Set Up Security Question**" button
4. Select a **Security Question**, for example, "**What is the name of your first pet?**"
5. Input a **memorable answer** to the security question. **Keep this secret.**
6. Once you're happy with it, click the "**Save Security Question**" button

{% hint style="info" %}
Security questions are required to **help you recover your account** if needed. **Keep it secret.**
{% endhint %}


# Verified Accounts

Every account created in the ScoreDetect platform requires verification.

In doing so, a verified check mark ✅ will appear beside the account name to indicate the verified status.

To achieve **verification status**, the ScoreDetect account must do the following:

1. Complete **successful ID verification** with a government-issued ID - see [Identify (ID) Verification](/security/identity-id-verification)
2. Have a **clean account record** with no infringements, inspected by a human moderator in the ScoreDetect platform.
3. Implemented **Multi-factor authentication**. This is mandatory to ensure industry-grade security for the account.


# ScoreDetect Integrations

Our key value is to make blockchain timestamping as integrated as possible.

We currently offer the following integrations:

<table data-view="cards" data-full-width="true"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td align="center"><a href="/pages/vHOr5lGjQRdwIpXhbEFJ"><strong>Zapier</strong></a></td><td>Integrate our blockchain timestamping with over 7000+ apps</td><td><a href="/pages/vHOr5lGjQRdwIpXhbEFJ">/pages/vHOr5lGjQRdwIpXhbEFJ</a></td></tr><tr><td></td><td align="center"><a href="/pages/IplrupZIWDnUbTK33W2C"><strong>WordPress</strong></a></td><td>Integrate blockchain timestamping with your WordPress content</td><td><a href="/pages/IplrupZIWDnUbTK33W2C">/pages/IplrupZIWDnUbTK33W2C</a></td></tr><tr><td></td><td align="center"><a href="/pages/piJkp38HvDtEVr97FQAG"><strong>API</strong></a></td><td>Create a custom integration using our API</td><td><a href="/pages/rM6CKYTQcw5d1LDFtEM2">/pages/rM6CKYTQcw5d1LDFtEM2</a></td></tr><tr><td></td><td align="center"><a href="/pages/BfWGVswPpYDdiiNkH3Uj"><strong>WooCommerce</strong></a></td><td>Integrate blockchain timestamping with your WooCommerce Orders and Emails</td><td><a href="/pages/BfWGVswPpYDdiiNkH3Uj">/pages/BfWGVswPpYDdiiNkH3Uj</a></td></tr></tbody></table>


# Zapier

## Connect ScoreDetect to hundreds of other apps with Zapier

[Zapier](https://zapier.com/apps/scoredetect/integrations) lets you connect ScoreDetect to 7,000+ other web services. Automated connections called Zaps — set up in minutes with no coding — can automate your day-to-day tasks and build workflows between apps that otherwise wouldn't be possible.

Each Zap has one app as the **Trigger**, where your information comes from and which causes one or more **Actions** in other apps, where your data gets sent automatically.

### Getting Started with Zapier

Sign up for a free [Zapier](https://zapier.com/apps/scoredetect/integrations) account, from there you can jump right in.

### How do I connect ScoreDetect to Zapier?

1. Log in to your [Zapier account](https://zapier.com/sign-up) or create a new account.
2. Navigate to "My Apps" from the top menu bar.
3. Now click on "Connect a new account..." and search for "ScoreDetect"
4. Use your credentials to connect your ScoreDetect account to Zapier.
5. Once that's done you can start creating an automation! Use a pre-made Zap or create your own with the Zap Editor. Creating a Zap requires no coding knowledge and you'll be walked step-by-step through the setup.
6. Need inspiration? See everything that's possible with [ScoreDetect and Zapier](https://zapier.com/apps/scoredetect/integrations).

If you have any additional questions, you can open a ticket with Zapier Support from <https://zapier.com/app/get-help>


# WordPress

## WordPress Blockchain Timestamping

The [Timestamps plugin for WordPress](https://wordpress.org/plugins/timestamps/) allows you to increase content authenticity by displaying a rich timeline of your post updates. The timeline can be independently verified by the public, as a verification factor for your content.

We highly recommend you [visit the Timestamps plugin](https://wordpress.org/plugins/timestamps/) for more information:

{% embed url="<https://wordpress.org/plugins/timestamps/>" %}
The Timestamps plugin for WordPress.
{% endembed %}

When you visit a post or a page, you will be able to "**Enable Timestamps**" for that post / page / product / any other custom post type.

### How to Use the WordPress Blockchain Timestamping Plugin

1. Connect to your ScoreDetect.com account – if you don’t have one yet, you can register at [www.scoredetect.com](https://www.scoredetect.com/)

<div data-full-width="true"><figure><img src="/files/HZzRpHgwpzL8LIiL9n1n" alt=""><figcaption></figcaption></figure></div>

2. Enable Timestamps for any WordPress content using the **Timestamps Gutenberg block** or the **Timestamps WordPress shortcode**.

<div data-full-width="true"><figure><img src="/files/yFAWjwgkK6nbtMaZZnrF" alt=""><figcaption></figcaption></figure></div>

3. Display a Timestamp to **improve your content authenticity and user experience**:

<div data-full-width="true"><figure><img src="/files/dC51meSXr1D6kSi3AMyV" alt=""><figcaption></figcaption></figure></div>

4. Output a **Verification Certificate** to prove your content authenticity with a rich timeline:

<div data-full-width="true"><figure><img src="/files/1XGmN1rIOz8xPvMuP4Wg" alt=""><figcaption></figcaption></figure></div>

5. Also works with any WordPress **eCommerce** plugin to help prove ownership and copyright protection of your products:

<div data-full-width="true"><figure><img src="/files/yg9C2B78DxbpJgFYYpbv" alt=""><figcaption></figcaption></figure></div>

### Bulk Generate Timestamps Using WP-CLI Command

If you have SSH access, you can use the WP-CLI to generate timestamps for posts, pages, and custom post types.

For example:

```bash
wp timestamps generate --post_type=post,page --post_status=publish,draft --post_ids=1,2,3,4
```

This will generate a new set of timestamps for the specified fields which will be run within the [WP\_Query](https://developer.wordpress.org/reference/classes/wp_query/) class.

Supports any post type using the `--post_type` flag.

This only generates the timestamps in the back-end.

This allows the front-end approach to either be implemented as a shortcode, or a Gutenberg "Timestamps" block.

### Frequently Asked Questions

#### What is the Timestamps plugin, and how can it benefit me?

The Timestamps plugin allows you to easily create verification certificates for your digital content. These certificates provide proof of authenticity and **enhance your copyright protection**. It’s a free and rapid solution to safeguard your work.

#### How fast can I get a verification certificate for my content?

With the Timestamps plugin, you can obtain a verification certificate **in just a few seconds**. Unlike other services that may take hours or days, the plugin offers lightning-fast, affordable protection for your digital creations.

#### Are the verification certificates legally recognized for copyright protection?

While the certificates provide robust evidence of authenticity, their legal standing may vary by jurisdiction.\
The certificates can be a valuable tool in copyright protection and can be used in conjunction with other legal safeguards.

#### What types of digital content can I protect?

The plugin supports a wide range of digital content, including text, images, audio, video, and more.

#### How secure are my digital assets?

The plugin does not store any digital assets or content. It only stores the checksum of the content on the blockchain.\
This means that your digital assets are safe and secure with you, and only you have access to them.

#### Can I use the plugin for historical content?

Yes, you can also protect historical content. Whether it’s past blog posts, archived photos, or earlier creations, the plugin allows you to timestamp and safeguard them.

#### What sets the plugin apart from other digital content protection solutions?

The plugin stands out due to its incredible speed and accessibility. Other services may be time-consuming and costly, while the plugin offers free, easy, and efficient protection for your digital content.

#### How can I start using the plugin to protect my digital creations?

Getting started with the plugin is easy. Simply install and activate the plugin, follow the instructions under **Settings** › **Timestamps**, and begin creating verification certificates for your digital content within minutes.

#### I have more questions. How can I contact customer support?

The plugin provides comprehensive customer support through email <support@scoredetect.com>.\
You can reach out to our support team at any time for assistance.


# WooCommerce

The [WordPress Timestamps plugin](https://wordpress.org/plugins/timestamps/) provides support for WooCommerce Orders by allowing you to create certificates upon new and modified WooCommerce Orders.

Here are a few videos to walk you through the WooCommerce features of the [Timestamps plugin](https://wordpress.org/plugins/timestamps/):

## How to Enable WooCommerce Orders

1. Install and activate the [**Timestamps** plugin](https://wordpress.org/plugins/timestamps/).
2. Visit the Timestamps plugin **Settings** screen.
3. Enable the checkbox for **WooCommerce Orders**.

{% embed url="<https://youtu.be/bt_tqwTy4is>" %}

## How to Timestamp Your WooCommerce Orders

Once you have activated your WooCommerce Orders integration, you can proceed to timestamping your WooCommerce Orders.

1. Visit the **WooCommerce** › **Orders** screen.
2. **Create** a new Order, or, **visit** an Order to make edits.
3. Once done, **save** the Order changes.
4. A **new Timestamp** will be created for you in a few seconds.
5. Visit the **WooCommerce** › **Orders** screen, and look for your **Order**.
6. In the table, you will see the "**View Certificate**" link beside your Order.
7. This will allow you to trace a history of timestamps for when your order has been modified. This indicates activity to the user so that they can be reassured at anytime independently using the blockchain.

{% embed url="<https://youtu.be/NnpWZFZ1REo>" %}

## WooCommerce Emails

1. You can add the "View Certificate" URL in your WooCommerce emails
2. To do this, you can use the `{timestamps}` email placeholder.
3. This will display the certificate URL anywhere you wish to add it in your WooCommerce email templates

{% embed url="<https://youtu.be/-77b_ak6nkM>" %}


# ScoreDetect API

ScoreDetect offers powerful integrations with the ScoreDetect API.

Welcome to the ScoreDetect API documentation! Here, you'll find all the information you need to set up and configure the ScoreDetect API for your specific needs.&#x20;

#### ScoreDetect API, via Postman

If you are comfortable with **Postman**, we have also created a link below:

[![Run In Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/45236274-48619fe0-14f9-431c-97c2-aa0895f189ed?action=collection%2Ffork\&source=rip_markdown\&collection-url=entityId%3D45236274-48619fe0-14f9-431c-97c2-aa0895f189ed%26entityType%3Dcollection%26workspaceId%3D11866154-17f4-4c5d-8819-d66912a2b194)

And here is a Video walkthrough of the ScoreDetect API, via Postman:

{% embed url="<https://youtu.be/QjxJBqADYI4>" %}
Video walkthrough of the ScoreDetect API
{% endembed %}

## Getting Started&#x20;

To start using the ScoreDetect API, you'll first need to sign up and obtain an API key. The API key is used to authenticate your requests and ensure secure communication between your application and our server. Once you have your API key, you can start making requests to the ScoreDetect API.

## Support

We are here to assist you with any questions or concerns you may have while using the ScoreDetect API. If you encounter any issues, need clarification, or require further guidance, please don't hesitate to reach out to our support team at <support@scoredetect.com>

We are dedicated to ensuring your integration with the ScoreDetect API is smooth and successful.

Thank you for choosing the ScoreDetect API. We hope it enhances your applications or systems and provides the best value to you!


# Authentication

## Get Your API Key

You will need to create a ScoreDetect account.

1. Visit the [Register page](https://www.scoredetect.com/register) here, and **sign up** for an account:\
   <https://www.scoredetect.com/register>
2. However, if you have an existing ScoreDetect account, you can log in instead.
3. Once you have logged into your account, you can now retrieve your **API Key**.
4. Visit the **Settings** › **API Key** screen.
5. Copy the **API Key**. Make sure you keep this secret — treat it like a password.

Your **API Key** will look something like this:

```
zpka_********************************_5245a4c7
```

{% hint style="warning" %} <mark style="color:orange;">Keep your</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**API Key**</mark> <mark style="color:orange;"></mark><mark style="color:orange;">secret — treat it like a password.</mark>
{% endhint %}


# Rate Limits

To avoid API usage abuse, we have rate limited each customer with a generous 16 requests per second.

Please contact <hello@scoredetect.com> for bespoke rate limiting. We offer bespoke rate limiting for enterprise customers.

If you require **more certificates** every month, we recommend upgrading to a higher plan first.

However, if you have non-monthly rate limit increases, please contact us at <hello@scoredetect.com> and we can help create a bespoke plan for your account.


# Usage Policy

The ScoreDetect API operates under a usage policy that is determined by the services we utilize. This policy ensures the reliable and efficient functioning of the ScoreDetect API.&#x20;

However, we understand that some users may encounter specific challenges or have unique usage requirements that require modifications to their **rate limits**, **API response times**, or **other aspects** of the ScoreDetect API service.&#x20;

If you are experiencing any issues or have specific requirements that hinder your effective utilization of the ScoreDetect API, we encourage you to reach out to us for assistance.

Please contact our support team at <support@scoredetect.com>, and we will be more than happy to help you with your needs and provide a suitable solution.&#x20;

At ScoreDetect, we value our users and strive to ensure a positive experience when utilizing our API. We are committed to addressing your concerns and working together to find the optimal approach for integrating the ScoreDetect API into your application or system.


# Adding a New Version of a Certificate via API

## Overview

To replicate the "Add New Version" feature seen in the UI through the API, you must create a new certificate version linked to a previous certificate.

## How to Create a New Version

1. Include the `previous_certificate_id` in the FormData when creating a new certificate.
2. The system verifies that the API key owner matches the owner of the previous certificate.
3. If verified, a new certificate is created with an incremented version number.


