FAQsAPI Authentication

How do I authenticate with Novisurf?

Guide to authenticating API requests to Novisurf.

Overview

All Novisurf API endpoints require Bearer token authentication.

Steps

  1. Log in at https://dashboard.novisurf.com
  2. Navigate to "API Keys"
  3. Click "Generate Key" and copy it

Example

curl -H "Authorization: Bearer YOUR_NOVISURF_KEY" \
     https://api.novisurf.com/v1/models