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

Introduction

The dtect Security API empowers you to make informed decisions about your visitors by providing security-focused insights. These insights are derived from data collected by our Frontend SDK, which runs in the visitor's browser and generates a Security Result with multiple security checks.

Getting Started#

Our Frontend SDK is required for using the dtect Security API, as it gathers data from the visitor's device to return our Security Features.
Ready to use the dtect Security API? Here's how to get started:
1.
Sign in to your account. If you don't have one, please contact us.
2.
Get your credentials: Create your API Credentials in our dashboard. These credentials are essential for authenticating with our API.
3.
Install the SDK: Integrate the Frontend SDK into your website. This SDK provides the tools you need to interact with our API.
4.
Retrieve Security Results: Use the SDK to generate Security Token, and then use that token to securely retrieve a Security Results from our API endpoint using the Security Token.
TIP
You can optionally enable AI Usage Detection and Quality Questions to improve your implementation. These features rely on the includeResults setting to control whether their results are returned to the frontend or only available on your backend.
Read our documentation to see detailed instructions and code examples to guide you through this process.

Next Steps#

1.
Learn about our Security Request
– We explain everything you need to know about the data required to use our API.
2.
Learn about our Security Features
– We explain the security features available and how to use them.
3.
Learn about the Security Token approach
– We offer an API reference explaining how to retrieve a Security Result using a Security Token generated by our Frontend SDK.
Next
Security Features