How do I authenticate with Novisurf?
Guide to authenticating API requests to Novisurf.
Overview
All Novisurf API endpoints require Bearer token authentication.
Steps
- Log in at
https://dashboard.novisurf.com - Navigate to "API Keys"
- Click "Generate Key" and copy it
Example
curl -H "Authorization: Bearer YOUR_NOVISURF_KEY" \
https://api.novisurf.com/v1/models
Was this page helpful?
Last updated today
Built with Documentation.AI