Overview

We implement token-based authentication, enabling only authorized users to access data.

Token-Based Authentication

All API endpoints are authenticated using Bearer tokens. To make an authenticated request, add the Authorization header followed by the word Bearer and your API key.

Authorization: Bearer your_api_key

Acquiring a Token

Follow these steps to obtain your API key:

  1. Sign up for an account at app.meetgeek.ai
  2. Request an API token using this form. During the beta, we require 1-2 business days to approve the requests.
  3. Copy and store your API key securely