dtect Security API
Status PageDashboard
Status PageDashboard
  1. Getting Started
  • Getting Started
    • Introduction
    • Security Features
    • Security Request
    • API Credentials
  • Frontend SDK
    • Introduction
    • Quality Questions & AI Detection
    • React
    • JavaScript
    • Error List
  • Security Token
    • Introduction
    • Retrieve Security Result using Security Token
      GET
  1. Getting Started

API Credentials

The dtect Security API offers Public Keys and Server Keys that you can use to integrate with our API.

Public Keys#

Public Keys are used to allow requests coming from our Frontend SDK. You can create a new Client and new API Keys in our dashboard by clicking "New Client" on the "Public Keys" section.
https://dashboard.dtect.io/settings/credentials
image.png
Once your credentials are created, you can copy the Client ID and API Key to make a request to our API using the Frontend SDK.

Server Keys#

Server Keys are used to allow requests to our Retrieve Security Result with Security Token endpoint. You can create new Client and API Keys in our dashboard by clicking "New Client" on "Server Keys" section.
https://dashboard.dtect.io/settings/credentials
image.png
Once your credentials are created, you can use the Client Id and API key to retrieve a Security Result using a Security Token with our Retrieve Security Result with Security Token API Endpoint
Previous
Security Request
Next
Introduction