๐Ÿ“œ
Developer Documentation
  • ๐Ÿ‘‹EyePop.ai Introduction
  • ๐ŸŽฏGetting Started
    • ๐Ÿ‘จโ€๐Ÿ’ปPop Quick Start
    • ๐Ÿ’ชLow Code Examples
  • ๐Ÿ—๏ธAPI Key
  • ๐Ÿท๏ธFinding People & Objects
  • SDKs
    • โ˜๏ธReact/Node SDK
      • Render 2D (Visualization)
      • Composable Pops
    • ๐ŸPython SDK
      • Composable Pops
  • Page 2
  • Self Service Training
    • Dataset SDK (Node)
    • ๐Ÿ‹๏ธHow To Train a Model
      • Defining Your Computer Vision Model
      • Example Use Case: Detecting Eyeglasses
      • Preparing & Uploading Data
      • Using EyePop.aiโ€™s AutoLabeler
      • Human Review
      • Data Augmentation Setup
      • Training in Progress
      • Deployment
      • Previewing Results
      • Iterative Training
      • Deep Dives (FAQ)
  • FAQ
  • EyePop.ai Visual Intelligence
    • Visual Intelligence
    • Reports
  • Deployment
    • On Premise IP Camera analysis
    • Windows Application Runtime
Powered by GitBook
On this page
  • Overview
  • Quick Start

API Key

Creating and managing tokens for your Pop

PreviousLow Code ExamplesNextFinding People & Objects

Last updated 1 month ago

Overview

EyePop uses a standard OAuth system to manage access to your Pops.

In essence, OAuth is a token exchange and management protocol that allows you to create public temporary keys for your authenticated users. Depending on your Pop use case, a temporary key may or may not be necessary so let's explore the main use cases.

The primary Pop use cases are as follows:

  1. Server to Server: You or a server talks directly to your Pop.

  2. Server to Client: Your clients talks directly to your Pop - temporary keys are required.

Quick Start

  1. Go to your Dashboard

    1. Once you're logged in, navigate to your EyePop Dashboard.

  2. Click โ€œGenerate a New API Keyโ€

    1. You should see a button labeled โ€œGenerate API Keyโ€. (If you donโ€™t see it, make sure you havenโ€™t already created oneโ€”only one API key can be active at a time.)

  3. Name Your API Key

    1. Give your key a memorable name (e.g., โ€œStarter Integrationโ€, โ€œMy App Keyโ€, etc.), then click "Enter a name".

  4. Copy and Save Your Key

    1. Once your key is generated, copy it immediatelyโ€”you wonโ€™t be able to view it again later.

      ๐Ÿ”’ Important: Treat this key like a passwordโ€”donโ€™t share it publicly. If you lose it, you can delete it and generate a new one from your dashboard.

๐Ÿ—๏ธ